| clear query|facets|time |
Search criteria: SimilarityProvider .
Results from 21 to 30 from
173 (4.164s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...On 7/14/06, Ning Li wrote: An IndexReader/IndexWriter combination that can be used to do searches as well as just deletes. Haven't thought it through... just throwing out ...
|
|
|
Author: Yonik Seeley,
2006-07-17, 18:41
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...On 7/12/06, Ning Li wrote: The answer to that is the crux of the matter :-) Solr's implementation is here: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/ap...
|
|
|
Author: Yonik Seeley,
2006-07-13, 21:07
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...On 7/12/06, Ning Li wrote: I'm not sure I understand your question.... you mean why would one want to stick to public APIs? The IndexWriter class them is a simpler implementation...
|
|
|
Author: Yonik Seeley,
2006-07-12, 19:52
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...Random comment... when applying deletes you can break out of the loop early. + while (docs.next()) { + &nbs...
|
|
|
Author: Yonik Seeley,
2006-07-10, 21:34
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...On 7/10/06, Ning Li wrote: I agree that having the ability of interleave inserts and deletes to users of Lucene is a good thing. That alone doesn't mean that it's implement...
|
|
|
Author: Yonik Seeley,
2006-07-10, 16:27
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...To clarify, higher level (application level) adds and deletes can be managed at a lower level such that index readers and writers aren't continually opened and closed. There are a few ...
|
|
|
Author: Yonik Seeley,
2006-07-07, 17:43
|
|
|
Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided) - Lucene - [mail # dev]
|
|
...On 7/6/06, robert engels wrote: Yes, I'm not sure the performance comparisons made in the patch description are apples-to-apples. And hopefully the test wasn't against Inde...
|
|
|
Author: Yonik Seeley,
2006-07-06, 15:50
|
|
|
Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast. - Lucene - [mail # dev]
|
|
...Thinking about this a bit more, I'm somewhat sympathetic to the performance arguments when the user is using the minSimilarity type of parameter (i.e. a number less than 1) since it...
|
|
... distance is used directly however (i.e. param >= 1), things are both predictable and easy to document - there are no surprises. So perhaps what makes the most sense is this: - if minSimilarity =3...
|
[+ show more]
[- hide]
| ... - if minSimilarity is 1 or 2, use FuzzyQuery - if minSimilarity is >=3, use SlowFuzzyQuery -Yonik http://lucidworks.com On Sun, Nov 11, 2012 at 10:32 PM, Yonik Seeley wrote: ... |
|
|
Author: Yonik Seeley,
2012-11-11, 21:43
|
|
|
Re: [JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 516 - Failure! - Lucene - [mail # dev]
|
|
....ServletContextHandler{/solr,null} re omSimilarityProvider(queryNorm=false,coord=true): {}, locale=be_BY, t imezone=Etc/GMT-2 _32 (64-bit)/cpus=2,threads=1,free=43640456,total=239403008 FilterTest, Test...
|
|
...Handle rTest, BadComponentTest, TestDistributedGrouping, SuggesterFSTTest, MoreLik eThisHandlerTest, IndexReaderFactoryTest, TestLFUCache, TestPerFieldSimilar ity, Test...
|
[+ show more]
[- hide]
| ...MappingCharFilterFactory, CopyFieldTest, NumericFieldsTest, TestSea rchPerf, TestLMDirichletSimilarityFactory, TestKStemFilterFactory, TestXInc ludeConfig, JsonLoaderTest, BasicDistributedZkTest, DateMathParserTest, Tes... |
|
|
Author: Yonik Seeley,
2012-06-13, 02:24
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b49) - Build # 219 - Failure! - Lucene - [mail # dev]
|
|
...Just checked in a change to the comparisons that will hopefully fix this. -Yonik http://lucidimagination.com On Mon, Aug 6, 2012 at 11:37 AM, Policeman Jenkins Server wrot...
|
|
|
Author: Yonik Seeley,
2012-08-06, 20:32
|
|
|
|