Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: next.   Results from 1 to 10 from 171 (1.211s).
Loading phrases to help you
refine your search...
RE: docBase Parameter in Collector.setNextReader - Lucene - [mail # user]
...Oh, that's no longer the case. Sorry. The docBases should be sorted upwards. Mike: What was the reason for this change? By the way. Oal.util.SortTemplate is now dead code, but it's released,...
   Author: Uwe Schindler, 2009-11-12, 22:28
RE: docBase Parameter in Collector.setNextReader - Lucene - [mail # user]
...Could it that you are using the expert IndexSearcher ctor that takes the sub reader array and docStarts?  Else it is impossible that all docBases are 0 (look into the code).  By th...
   Author: Uwe Schindler, 2009-11-12, 22:20
RE: Why next(Token) in CharTokenizer is final? - Lucene - [mail # user]
... are not final (CharTokenizer is abstract), but here the next() methods are final because of the above explained reason, because you should only be able to customize the behaviour (which chars...
   Author: Uwe Schindler, 2009-07-17, 21:17
RE: What doc id to use on IndexReader with SetNextReader - Lucene - [mail # user]
... given by the setNextReader / setScorer calls.   This is the correct way to do it.  Uwe   ...
   Author: Uwe Schindler, 2011-04-18, 09:28
[LUCENE-3449] Fix FixedBitSet.nextSetBit/prevSetBit to support the common usage pattern in every programming book - Lucene - [issue]
...The usage pattern for nextSetBit/prevSetBit is the following: for(int i=bs.nextSetBit(0); i>=0; i=bs.nextSetBit(i+1)) {  // operate on index i here } The problem is that the i+1...
... at the end can be bs.length(), but the code in nextSetBit does not allow this (same applies to prevSetBit(0)). The above usage pattern is in every programming book, so it should really be supported...
[+ show more]
http://issues.apache.org/jira/browse/LUCENE-3449    Author: Uwe Schindler, 2011-09-24, 20:48
RE: [JENKINS] Lucene-Solr-Tests-4.3-Java6 - Build # 8 - Still Failing - Lucene - [mail # dev]
...This was caused by the update of the Jenkins Slave FreeBSD machine. I take care!  I will trigger OpenJDK updates next...  Uwe  Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http...
   Author: Uwe Schindler, 2013-05-19, 17:09
RE: problem with reading an index - Lucene - [mail # user]
... that running Lucene with them is just like running a 20 year old car down a hill and no MacGyver sitting next to you :-)  Uwe  P.S.: You may also be interested in the following talk coming soon...
   Author: Uwe Schindler, 2013-05-09, 16:48
RE: [Solr Wiki] Update of "OussamaJilal" by OussamaJilal - Lucene - [mail # dev]
... be like in Mediawiki in a separate Namespace (User:Uwe Schindler), OK but next to useful documentation  - no chance.   Uwe    ...
   Author: Uwe Schindler, 2013-03-28, 18:24
RE: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4533 - Still Failing! - Lucene - [mail # dev]
... It was also frozen! Was only possible to kill -9. Unfortunately attaching with gdb did not work to me, I'll try next time again.  Uwe   ...
   Author: Uwe Schindler, 2013-03-04, 14:01
RE: TopDocCollector vs TopScoreDocCollector (semantics changed in 4.0, not backward comptabile) - Lucene - [mail # user]
...You have to implement setNextReader in your collector. In setNextReader() save the AtomicReader from context.reader() in a field and use it from the collect method.  Uwe Schindler H...
   Author: Uwe Schindler, 2013-02-27, 22:58
Sort:
project
Lucene (168)
Tika (2)
Solr (1)
type
mail # dev (119)
mail # user (37)
issue (12)
mail # general (3)
date
last 7 days (1)
last 30 days (2)
last 90 days (9)
last 6 months (20)
last 9 months (171)
author
Michael McCandless (307)
Grant Ingersoll (260)
Chris Hostetter (195)
Erick Erickson (180)
Uwe Schindler (171)
Yonik Seeley (158)
Mark Miller (133)
Otis Gospodnetic (120)
Erik Hatcher (106)
Marvin Humphrey (101)
Sean Owen (101)
Robert Muir (99)
Mattmann, Chris A (95)
Shai Erera (91)
Karl Wright (90)