| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
5351 (0.12s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: lucene 4.0.0 - Lucene - [mail # user]
|
|
...Use TermsEnum to iterate through all terms, and DocsAndPositionsEnum to visit all docs containing each term, and its frequency and all positions of each term occurrence within the document. ...
|
|
|
Author: Michael McCandless,
2013-05-24, 17:31
|
|
|
Re: How to convert TermDocs and TermEnum ?? - Lucene - [mail # general]
|
|
...Hi, Have a look at MIGRATE.txt? Mike McCandless http://blog.mikemccandless.com On Mon, May 20, 2013 at 10:54 AM, A. Lotfi wrote:...
|
|
|
Author: Michael McCandless,
2013-05-24, 10:43
|
|
|
Re: Getting position increments directly from the the index - Lucene - [mail # user]
|
|
...On Thu, May 23, 2013 at 9:54 AM, Igor Shalyminov wrote: Term vectors (as Jack suggested) are one option, but they are very heavy (slows down indexing, takes lots of disk space, ...
|
|
|
Author: Michael McCandless,
2013-05-23, 14:39
|
|
|
Re: Getting position increments directly from the the index - Lucene - [mail # user]
|
|
...Do you actually index the sentence boundary as a token? If so, you could just get the totalTermFreq of that token? Mike McCandless http://blog.mikemccandless.com On...
|
|
|
Author: Michael McCandless,
2013-05-23, 10:28
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 480 - Failure! - Lucene - [mail # dev]
|
|
...Hopefully the logging fixing that Rob is working on can shed some light on why HttpReplicatorTest keeps failing on OS 6 / Java 6... Mike McCandless http://blog.mikemccandless.com...
|
|
|
Author: Michael McCandless,
2013-05-23, 10:23
|
|
|
Re: Ordering of terms in TermsEnum - Lucene - [mail # user]
|
|
...On Wed, May 22, 2013 at 11:28 AM, Brendan Grainger wrote: The short answer is "yes". Longer answer: terms are sorted according to the codec's TermsConsumer.getComparator(),...
|
|
|
Author: Michael McCandless,
2013-05-22, 16:46
|
|
|
Re: SLF4J Binding Warnings - Lucene - [mail # dev]
|
|
...I think we should do this, so we can debug why HttpReplicatorTest keeps failing on OS X / Java 1.6: maybe something is happening and the logs will give a clue ... Mike McCandless  ...
|
|
|
Author: Michael McCandless,
2013-05-22, 14:43
|
|
|
Re: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 75 - Still Failing - Lucene - [mail # dev]
|
|
...For some reason HttpReplicatorTest is failing when it runs under the nightly smoke test: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/75/console Any i...
|
|
|
Author: Michael McCandless,
2013-05-22, 10:00
|
|
|
Re: [JENKINS] Lucene-Solr-SmokeRelease-4.3 - Build # 4 - Failure - Lucene - [mail # dev]
|
|
...Ahh OK hopefully that fixes it. Mike McCandless http://blog.mikemccandless.com On Tue, May 21, 2013 at 9:27 AM, Steve Rowe wrote: ...
|
|
|
Author: Michael McCandless,
2013-05-21, 15:37
|
|
|
Re: [JENKINS] Lucene-Solr-SmokeRelease-4.3 - Build # 4 - Failure - Lucene - [mail # dev]
|
|
...On Mon, May 20, 2013 at 4:07 PM, Steve Rowe wrote: I'll remove the 2>&1 inside the log file name ...but it it is odd that this would change/break on upgrading FreeBSD. I...
|
|
|
Author: Michael McCandless,
2013-05-21, 10:34
|
|
|
|