| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
5339 (0.307s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: AutoSuggest with Query-Filters - Lucene - [mail # user]
|
|
...On Mon, Mar 11, 2013 at 7:33 AM, Nils Knappmeier wrote: It's fine for the source of the suggestions to be the index, but then those input strings are necessarily whatever you had...
|
|
|
Author: Michael McCandless,
2013-03-11, 12:36
|
|
|
Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 4658 - Still Failing! - Lucene - [mail # dev]
|
|
...Should we disable this buggy JVM again? Mike McCandless http://blog.mikemccandless.com On Sun, Mar 10, 2013 at 9:02 PM, Robert Muir wrote: ...
|
|
|
Author: Michael McCandless,
2013-03-11, 11:05
|
|
|
Re: AutoSuggest with Query-Filters - Lucene - [mail # user]
|
|
...On Mon, Mar 11, 2013 at 6:31 AM, Nils Knappmeier wrote: You shouldn't use LuceneDictionary, since it just enumerates the tokens from the index. Instead, make your own TermF...
|
|
|
Author: Michael McCandless,
2013-03-11, 11:05
|
|
|
Re: Rewrite for RegexpQuery - Lucene - [mail # user]
|
|
...You could call the .getTermsEnum() on the query itself, and then step through the terms and save them? But this method is protected ... so you could make a subclass w/ a new method tha...
|
|
|
Author: Michael McCandless,
2013-03-11, 10:55
|
|
|
Re: svn commit: r1454836 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/misc/ lucene/misc/src/java/org/apache/lucene/index/sorter/SortingAtomicReader.java - Lucene - [mail # dev]
|
|
...On Sun, Mar 10, 2013 at 8:44 AM, Shai Erera wrote: That should be fine too I think. Mike McCandless http://blog.mikemccandless.com ...
|
|
|
Author: Michael McCandless,
2013-03-10, 13:02
|
|
|
Re: svn commit: r1454836 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/misc/ lucene/misc/src/java/org/apache/lucene/index/sorter/SortingAtomicReader.java - Lucene - [mail # dev]
|
|
...On Sun, Mar 10, 2013 at 7:25 AM, wrote: This is a little dangerous: the progression of sizes from ArrayUtil.grow is not necessarily the same for an int[] and a long[] ... I thin...
|
|
|
Author: Michael McCandless,
2013-03-10, 12:31
|
|
|
Re: Welcome Stefan Matheis to the PMC - Lucene - [mail # dev]
|
|
...Welcome Stefan! Mike McCandless http://blog.mikemccandless.com On Sat, Mar 9, 2013 at 4:12 PM, Steve Rowe wrote: ...
|
|
|
Author: Michael McCandless,
2013-03-10, 00:32
|
|
|
[LUCENE-3079] Faceting module - Lucene - [issue]
|
|
...Faceting is a hugely important feature, available in Solr today butnot [easily] usable by Lucene-only apps.We should fix this, by creating a shared faceting module.Ideally, we factor...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3079
Author: Michael McCandless,
2013-03-09, 20:50
|
|
|
[LUCENE-3907] Improve the Edge/NGramTokenizer/Filters - Lucene - [issue]
|
|
...Our ngram tokenizers/filters could use some love. EG, they output ngrams in multiple passes, instead of "stacked", which messes up offsets/positions and requires too much buffering (ca...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3907
Author: Michael McCandless,
2013-03-07, 21:42
|
|
|
Re: Concurrent indexing performance problem - Lucene - [mail # user]
|
|
...This sounds reasonable (500 M docs / 50 GB index), though you'll need to test resulting search perf for what you want to do with it. To reduce merging time, maximize your IndexWriter R...
|
|
|
Author: Michael McCandless,
2013-03-07, 17:44
|
|
|
|