Found 121,742 results in 0.157 seconds. Displaying page 6 of 12,175, sorted by
Sent 2010-08-28 by Apache Hudson Server <hudson@...>
See
Changes:
[rmuir] LUCENE-2624: add armenian, basque, catalan analyzers from snowball
[rmuir] SOLR-2059: Add types attribute to WordDelimiterFilterFactory
[koji] LUCENE-2626: FastVectorHighlighter: enable FragListBuilder and Fragm...
Sent 2010-08-28 by Lance Norskog <goksron@...>
There are edge cases in Highlighting and what some Analyzers generate.
Look for those on the JIRA.
On Fri, Aug 27, 2010 at 5:46 PM, Yonik Seeley
wrote:
> 2010/8/27 Gérard Dupont :
>> Hi all,
>> I recently came across a strange exception while u...
Sent 2010-08-28 by Erick Erickson <erickerickson@...>
Index time and query time boosts have different meanings.
Boosting at index time says "this document's title is more
important than other documents titles". Query time boosts
express "I want matches in the title of a document to count
more than matches in other fields for this query". I guess if
...
Sent 2010-08-27 by Lance Norskog <goksron@...>
DocumentBuilder.loadStoredFields() is used in one utility function
which is only called from one unit test.
SolrPluginUtils.docListToSolrDocument()
SolrPluginUtilsTest.testDocListConversion()
Someone actually tried to use it from an UpdateProcessor. It should
probably be nuked. As should the do...
Sent 2010-08-27 by Qi Li <alertli@...>
Here is my index structure.
for each document:
Field articleTitle (only one value)
Field majorHeading (multiple values)
Field minorHeading (multiple values)
I use heading (can be both majorHeadings or minorHeadings) to search. What
I want is that majorHeading...
Sent 2010-08-27 by Chris Hostetter <hossman_lucene@...>
Hey folks,
As you may know, we're planning on having a "Roadmap Panel" discussion at
Lucene Revolution to talk about the future of Lucene/Solr. The hope is to
have an interesting/insightful discussion of where folks think the project
is headed, what features we anticipate in the next few rel...
Sent 2010-08-27 by Yonik Seeley <yonik@...>
2010/8/27 Gérard Dupont :
> Hi all,
> I recently came across a strange exception while using SolR. In fact I have
> an ArrayOutOfBoundsException while using the server and making "normal"
> query (I mean not different from before). The trace is he following :
> Caused by: j...
Sent 2010-08-27 by Jason Dixon <jdixon@...>
Early Bird Registration for Surge Scalability Conference 2010 ends next
Tuesday, August 31. We have a killer lineup of speakers and architects
from across the Internet. Listen to experts talk about the newest
methods and technologies for scaling your Web presence.
http://omniti.com/surge/2010/...
Sent 2010-08-27 by Jason Dixon <jdixon@...>
Early Bird Registration for Surge Scalability Conference 2010 ends next
Tuesday, August 31. We have a killer lineup of speakers and architects
from across the Internet. Listen to experts talk about the newest
methods and technologies for scaling your Web presence.
http://omniti.com/surge/2010/...
Sent 2010-08-27 by Ted Dunning <ted.dunning@...>
Can you say a bit more about your application? How many object total are
there?
What is an object lifetime?
How soon must an object be searchable?
Can the index be built incrementally?
What is your search speed/throughput requirement?
On Thu, Aug 26, 2010 at 8:58 AM, Ron Ratovsky