| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
168 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
LUCENE-2145, How to proceed on Tokenizer.close() - Lucene - [mail # dev]
|
|
...Since LUCENE-2145 is of specific practical interest to me, I'd like to pitch in. However, it raises a bit of a compatibility thicket. There are, I think, two rough approaches: &n...
|
|
|
Author: Benson Margulies,
2013-06-14, 12:13
|
|
|
Potential Wiki text on the lifecycle of an analysis component - Lucene - [mail # dev]
|
|
...I'd like to post some documentation to help other people trying to deal with thread-safety and lifetime issues on analysis components. Here is what I think I know, based on corrections...
|
|
|
Author: Benson Margulies,
2013-06-14, 12:07
|
|
|
Re: Where to aim a patch - Lucene - [mail # dev]
|
|
...Well, I'm hard at work on the 4x branch already, but I'll do the adaptation to trunk when / if I get it working. On Thu, Jun 13, 2013 at 11:07 AM, Yonik Seeley wrote: ...
|
|
|
Author: Benson Margulies,
2013-06-13, 15:27
|
|
|
Where to aim a patch - Lucene - [mail # dev]
|
|
...I'd like to take a run at SOLR-4872 with the goal of getting it into the smallest-numbered release possible. What branch to I start on? ...
|
|
|
Author: Benson Margulies,
2013-06-13, 11:04
|
|
|
SOLR-4872 and LUCENE-2145 (or, how to clean up a Tokenizer) - Solr - [mail # user]
|
|
...Could I have some help on the combination of these two? Right now, it appears that I'm stuck with a finalizer to chase after native resources in a Tokenizer. Am I missing something?...
|
|
|
Author: Benson Margulies,
2013-06-12, 11:34
|
|
|
Re: Seeming bug in ConcurrentUpdateSolrServer - Solr - [mail # user]
|
|
...I now understand the algorithm, but I don't understand why is the way it is. Consider one of these objects configure with a handful of threads and a pretty big queue. When the fi...
|
|
|
Author: Benson Margulies,
2013-05-29, 21:39
|
|
|
Re: Seeming bug in ConcurrentUpdateSolrServer - Solr - [mail # user]
|
|
...Ah. So now I have to find some other explanation of why it never creates more than one thread, even when I make a very deep queue and specify 6 threads. On Wed, May 29, 2013 at 2:25 PM...
|
|
|
Author: Benson Margulies,
2013-05-29, 18:45
|
|
|
Seeming bug in ConcurrentUpdateSolrServer - Solr - [mail # user]
|
|
...The comment here is clearly wrong, since there is no division by two. I think that the code is wrong, because this results in not starting runners when it should start runners. Am I mi...
|
|
|
Author: Benson Margulies,
2013-05-29, 17:59
|
|
|
How can a Tokenizer be CoreAware? - Solr - [mail # user]
|
|
...I am currently testing some things with Solr 4.0.0. I tried to make a tokenizer CoreAware, and was rewarded with: Caused by: org.apache.solr.common.SolrException: Invalid 'Aware' objec...
|
|
|
Author: Benson Margulies,
2013-05-29, 11:36
|
|
|
Not so concurrent concurrency - Solr - [mail # user]
|
|
...I can't quite apply SolrMeter to my problem, so I did something of my own. The brains of the operation are the function here. This feeds a ConcurrentUpdateSolrServer about 95 documents...
|
|
|
Author: Benson Margulies,
2013-05-29, 01:00
|
|
|
|