Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 150 (0.177s).
Loading phrases to help you
refine your search...
Re: IndexReader Cache - a different angle - Lucene - [mail # dev]
...Could there be another implementation of sorting? With very large indexes, and small total result spaces, it would makes sense to maintain a partial list of sorted ids per field. Every searc...
   Author: Lance Norskog, 2010-09-13, 17:54
Re: exceptions from solr/contrib/dataimporthandler and solr/contrib/extraction - Lucene - [mail # dev]
...And this is why unit tests shouldn't spew- just yes or no, please. If  you want to patch this, please comment out all the printed trash, since  all it does is cause mail threads li...
   Author: Lance Norskog, 2010-09-13, 00:55
Re: Relevancy, Phrase Boosting, Shingles and Long Tail Curves - Lucene - [mail # dev]
...This sounds like a Mahout problem, not a Lucene problem- there are some  text analysis tools that might help you.  mark harwood wrote:  ...
   Author: Lance Norskog, 2010-09-11, 21:23
Re: Extra Analyzers - Lucene - [mail # user]
...Please start a new thread instead of highjacking this one.  2010/9/10 Iam Jabour :    Lance Norskog [EMAIL PROTECTED]  ...
   Author: Lance Norskog, 2010-09-10, 21:48
Re: In Need of Direction; Phrase-Context Tracking / Injection (Child Indexes) / Dismissal - Lucene - [mail # dev]
...Do you mean a new Solr/Lucene index, or a new document with only the snippe t?  On Wed, Sep 1, 2010 at 5:29 PM, Scott Gonyea  wrote: ith  ton of ntext, re d , s a my ng been ....
   Author: Lance Norskog, 2010-09-02, 06:53
Re: DocSlide.DocIterator.nextDoc() - Lucene - [mail # dev]
...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: ave olrHighlighter.java:27...
   Author: Lance Norskog, 2010-08-28, 06:52
Dead code - please remove - Lucene - [mail # dev]
...DocumentBuilder.loadStoredFields() is used in one utility function which is only called from one unit test.  SolrPluginUtils.docListToSolrDocument() SolrPluginUtilsTest.testDocListConve...
   Author: Lance Norskog, 2010-08-28, 03:44
Re: Lucene applicability - Lucene - [mail # user]
...A stepping stone to the above is that, in DB terms, a Lucene index is only one table. It has a suite of indexing features that are very different from database search. The features are orien...
   Author: Lance Norskog, 2010-08-26, 03:24
Re: Sorting a Lucene index - Lucene - [mail # user]
...It is also possible to sort by function. This allows you to avoid storing an array of 1 int for all documents. It is slower than the raw Lucene sort.  On Wed, Aug 25, 2010 at 1:46 AM, T...
   Author: Lance Norskog, 2010-08-26, 03:19
Re: Solr SynonymFilter in Lucene analyzer - Lucene - [mail # user]
...Yes, you need an analyzer that leaves successive words together as one long term. This might be easier to do with the new CharFilter tool, which processes text before it goes to the tokenize...
   Author: Lance Norskog, 2010-08-19, 05:28
Sort:
project
Solr (1512)
Mahout (872)
Lucene (150)
type
mail # dev (82)
mail # user (63)
issue (5)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (9)
last 9 months (150)
author
Michael McCandless (5349)
Uwe Schindler (3261)
Robert Muir (3181)
Chris Hostetter (2782)
Erick Erickson (2518)
Grant Ingersoll (2514)
Erik Hatcher (2496)
Otis Gospodnetic (2361)
Mark Miller (2240)
Yonik Seeley (1990)
Simon Willnauer (1430)
Shai Erera (1264)
Doug Cutting (1108)
Dawid Weiss (964)
Ian Lea (926)
Lance Norskog