| clear query|facets|time |
Search criteria: .
Results from 191 to 200 from
5344 (0.27s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pulsing40PostingsFormat in lucene 4.1 - Lucene - [mail # user]
|
|
...Another option would be, using 4.0, use addIndexes(IndexReader[]) into a new index, to convert your entire index into the supported (back compat) codec (Lucene40). Don't use addIndexes...
|
|
|
Author: Michael McCandless,
2013-01-29, 23:21
|
|
|
Re: Pulsing40PostingsFormat in lucene 4.1 - Lucene - [mail # user]
|
|
...Woops, sorry: PulsingPostingsFormat was already moved from core to codecs as of 4.0 (not in 4.1 like I said before). And ... yes, you need Pulsing40PostingsFormat on your classpath to ...
|
|
|
Author: Michael McCandless,
2013-01-29, 23:18
|
|
|
test failures when running under IBM J9 - Lucene - [mail # dev]
|
|
...When I run Lucene core tests with IBM J9 1.6, some tests fail with zombie threads that could not be killed, eg: [junit4:junit4] ERROR 0.00s J2 | TestIndexWriterDelete (suite) &n...
|
|
|
Author: Michael McCandless,
2013-01-29, 23:03
|
|
|
Re: Pulsing40PostingsFormat in lucene 4.1 - Lucene - [mail # user]
|
|
...Pulsing41PostingsFormat was just moved out of core to the "codecs" module. Still, the worst case (had it been deleted) would be to revive the code from the past release and put it in y...
|
|
|
Author: Michael McCandless,
2013-01-29, 22:53
|
|
|
Re: About doc and taxo index updates - Lucene - [mail # user]
|
|
...Excellent! Thanks for bringing closure. Mike McCandless http://blog.mikemccandless.com On Mon, Jan 28, 2013 at 5:54 PM, Jorge Riquelme wrote: ...
|
|
|
Author: Michael McCandless,
2013-01-29, 01:01
|
|
|
[LUCENE-3178] Native MMapDir - Lucene - [issue]
|
|
...Spinoff from LUCENE-2793.Just like we will create native Dir impl (UnixDirectory) to pass the right OS level IO flags depending on the IOContext, we could in theory do something similar with...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3178
Author: Michael McCandless,
2013-01-29, 00:15
|
|
|
[LUCENE-4724] TaxonomyReader drops empty string component from CategoryPath - Lucene - [issue]
|
|
...I ran the new PrintTaxonomyStats on a Wikipedia facets index, and it hit an AIOOBE because there was a child of the /categories path that had only one component ... this was created because ...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4724
Author: Michael McCandless,
2013-01-28, 11:42
|
|
|
Re: svn commit: r1433177 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterWithThreads.java - Lucene - [mail # dev]
|
|
...Thanks Robert. Mike McCandless http://blog.mikemccandless.com On Sun, Jan 27, 2013 at 2:51 PM, Robert Muir wrote: ...
|
|
|
Author: Michael McCandless,
2013-01-27, 20:29
|
|
|
Re: how to avoid OutOfMemoryError while indexing ? - Lucene - [mail # user]
|
|
...You should set your RAMBufferSizeMB to something smaller than the full heap size of your JVM. Mike McCandless http://blog.mikemccandless.com On Sat, Jan 26, 2013 at 11:39 P...
|
|
|
Author: Michael McCandless,
2013-01-27, 13:58
|
|
|
[LUCENE-4722] Can we move SortField.Type.SCORE/DOC to singleton SortField instances instead...? - Lucene - [issue]
|
|
...It's ... weird that you can do eg new SortField("myfield", SortField.Type.SCORE).We already have dedicated SortField.FIELD_SCORE and FIELD_DOC ... so I think apps should use those and never ...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4722
Author: Michael McCandless,
2013-01-27, 13:01
|
|
|
|