| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
249 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
[LUCENE-3456] Analysis Consumers should end and close any TokenStreams - Lucene - [issue]
|
|
...While converting consumers over to using reusableTokenStream, I notice many don't call end() or close() on TokenStreams.Even if they are test TSs only created once, we should follow the defi...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3456
Author: Chris Male,
2013-01-30, 00:30
|
|
|
[LUCENE-3041] Support Query Visting / Walking - Lucene - [issue]
|
|
...Out of the discussion in LUCENE-2868, it could be useful to add a generic Query Visitor / Walker that could be used for more advanced rewriting, optimizations or anything that requires state...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3041
Author: Chris Male,
2013-01-12, 23:16
|
|
|
[LUCENE-3056] Support Query Rewriting Caching - Lucene - [issue]
|
|
...Out of LUCENE-3041, its become apparent that using a Visitor / Walker isn't right for caching the rewrites of Querys. Although we still intend to introduce the Query / Walker for advan...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3056
Author: Chris Male,
2012-12-29, 16:03
|
|
|
[LUCENE-4126] Remove FieldType copy constructor - Lucene - [issue]
|
|
...Currently FieldTypes can be created using new FieldType(someOtherFieldType) which copies the properties and allows them to then changed. This reduces readability since it hides what pr...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4126
Author: Chris Male,
2012-12-29, 16:03
|
|
|
Re: Comparing two numeric fields of a Document - ElasticSearch - [mail # user]
|
|
...Hi Rahul,It's not really possible to do it with traditional query syntaxes but http://www.elasticsearch.org/guide/reference/query-dsl/script-filter.html should be sufficient.On Friday, Novem...
|
|
|
Author: Chris Male,
2012-11-23, 00:23
|
|
|
Re: ES index shows lots of deletes even though no delete operation - ElasticSearch - [mail # user]
|
|
...I agree with Ivan, I'd let Lucene merge away the deleted documents when it's ready to. Optimizing isn't necessary and is very IO intensive. On Thursday, November 22, 2012 12:54:0...
|
|
|
Author: Chris Male,
2012-11-22, 03:58
|
|
|
Re: Updates for ElasticSearch Guide Update API Page - ElasticSearch - [mail # user]
|
|
...Hi Robert,Feel free to contribute any and all improvements via github. See http://www.elasticsearch.org/community/contributing-site.html for details.On Thursday, November 22, 2012 5:51...
|
|
|
Author: Chris Male,
2012-11-21, 22:23
|
|
|
Re: Default match_all behavior for match query with no tokens after analysis - ElasticSearch - [mail # user]
|
|
...Hi John,This problem comes up quite a lot but unfortunately there isn't many options at this moment about what you can do. MatchQuery (the Query produced by the 'match' query type) cur...
|
|
|
Author: Chris Male,
2012-11-21, 22:09
|
|
|
Re: Shards get stuck in RELOCATING state - ElasticSearch - [mail # user]
|
|
...Hi,Are you able to give us some information about what version of ElasticSearch you're using and any information about your cluster layout / network layout.On Wednesday, November 21, 2012 11...
|
|
|
Author: Chris Male,
2012-11-21, 21:31
|
|
|
Re: snapshot failing - ElasticSearch - [mail # user]
|
|
...Hi,That looks a little messy. Are you able to share some information about your setup? ElasticSearch version, any hardware information, when did these errors begin, that sort of thing....
|
|
|
Author: Chris Male,
2012-11-20, 03:32
|
|
|
|