Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 926 (0.182s).
Loading phrases to help you
refine your search...
Re: Question on ElisionFilter with d' - Lucene - [mail # user]
...I bet it's expected.  From http://en.wikipedia.org/wiki/Elision_(French)  In written French, elision (both phonetic and orthographic) is obligatory for the following words: ... &nb...
   Author: Ian Lea, 2012-07-25, 14:36
Re: how can i search multiple words in line and paragraph? - Lucene - [mail # user]
...Look into spans and line, or sentence, delimiters and tokens, and position increment gaps.  Google will help you.  You can do a whole lot of stuff with spans - see http://www.lucid...
   Author: Ian Lea, 2012-07-25, 09:02
Re: how to put multiplue proximity search in lucene?? - Lucene - [mail # user]
...If you are using QueryParser use "fear dark"~2 "tight free"~3.  See also PhraseQuery.setSlop(n).  You could also look at the Span queries e.g. SpanNearQuery.   Ian.   On ...
   Author: Ian Lea, 2012-07-25, 08:52
Re: Usage of NoMergePolicy and its potential implications - Lucene - [mail # user]
...I can't answer your questions, but use of lucene's document ids as persistent ids is strongly discouraged, particularly in version 4.x where I think it just won't work at all.  There wa...
   Author: Ian Lea, 2012-07-23, 13:46
Re: QueryParser and BooleanQuery - Lucene - [mail # user]
...QueryParser returns a query.  Just add that to the BooleanQuery.  QueryParser qp = ...; BooleanQuery bq = new BooleanQuery(); Query parsedq = qp.parse("...); bq.add(parsedq, ...); ...
   Author: Ian Lea, 2012-07-23, 13:10
Re: how to deal with multi subject problem? - Lucene - [mail # user]
...Just add the different subjects to the document e.g.  Doc doc = new Document(); for (String subject : subjects) {   Field f = new Field("subject", subject, ...);   doc.add(f);...
   Author: Ian Lea, 2012-07-20, 09:10
Re: how to implement a search engine like gmail? - Lucene - [mail # user]
...That is one option.  See recent thread (yesterday?) about possible problems with that approach, and an alternative or two.  I've no idea how Google do it.  And I've no idea wh...
   Author: Ian Lea, 2012-07-18, 15:40
Re: Lucene 2.x to 4.x upgrade possible? - Lucene - [mail # user]
...I'd forgotten about IndexUpgrader, but I'd still go for 3.6. I wouldn't want the complexity of shipping two versions of lucene and having to get customers to run an upgrade script.  And...
   Author: Ian Lea, 2012-07-18, 09:29
Re: Lucene 2.x to 4.x upgrade possible? - Lucene - [mail # user]
...The release notice for 4.0-alpha sent to this list says "file format backwards compatibility is provided for indexes from the 3.0 series" so you won't be able to go straight from 2.x to 4.0....
   Author: Ian Lea, 2012-07-18, 08:58
Re: Multiple sort field - Lucene - [mail # user]
...Patience ...   Absolutely, if that's what you need.  On the other hand, if you don't need it then it's a bad idea.   Don't know.  Certainly won't use less than not sortin...
   Author: Ian Lea, 2012-07-18, 08:34
Sort:
project
Lucene (926)
Solr (2)
type
mail # user (926)
date
last 7 days (3)
last 30 days (7)
last 90 days (19)
last 6 months (88)
last 9 months (843)
author
Michael McCandless (5339)
Uwe Schindler (3255)
Robert Muir (3167)
Chris Hostetter (2779)
Grant Ingersoll (2514)
Erick Erickson (2513)
Erik Hatcher (2495)
Otis Gospodnetic (2361)
Mark Miller (2235)
Yonik Seeley (1990)
Simon Willnauer (1430)
Shai Erera (1256)
Doug Cutting (1108)
Dawid Weiss (963)
Ian Lea (926)