Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 65 (0.381s).
Loading phrases to help you
refine your search...
Re: Parsing a Lucene/Solr query and adding more clauses - Lucene - [mail # user]
...The Flexible query parser is what you are looking for: http://lucene.apache.org/core/4_0_0/queryparser/index.html   On Wed, Jan 16, 2013 at 3:46 PM, balaji.gandhi wrote:  ...
   Author: Adriano Crestani, 2013-01-17, 00:00
[LUCENE-2457] QueryNode implementors should override equals method - Lucene - [issue]
...Discussed on thread: http://markmail.org/thread/gjqk35t7e3y4fo5j"QueryNode(s) are data objects, and it makes sense to overridetheir equals method. But before, we need to define what is a Que...
http://issues.apache.org/jira/browse/LUCENE-2457    Author: Adriano Crestani, 2012-12-29, 16:03
Re: Need help About Lucene Query - Lucene - [mail # user]
...Hi Yogesh,  I bet you are indexing A as an analyzed field and its values are getting tokenized at each capital letter it finds. Try to index field A using Field.Index.NOT_ANALYZED. &nbs...
   Author: Adriano Crestani, 2012-04-15, 07:55
[LUCENE-2979] Simplify configuration API of contrib Query Parser - Lucene - [issue]
...The current configuration API is very complicated and inherit the concept used by Attribute API to store token information in token streams. However, the requirements for both (QP config and...
http://issues.apache.org/jira/browse/LUCENE-2979    Author: Adriano Crestani, 2011-11-27, 12:31
Re: [VOTE] Release Lucene/Solr 3.4.0 - Lucene - [mail # dev]
...Hi,  I just committed the latest changes from LUCENE-2979 to 3x and 3.4 branches. I hope these changes still get in the next RC.  Sorry for taking so long to commit these changes, ...
   Author: Adriano Crestani, 2011-09-08, 15:30
CHANGES.txt for modules - Lucene - [mail # dev]
...I can see the description of changes made to the modules are still in contrib/CHANGES.txt. Are they going to be moved in future to a modules/CHANGES.txt?...
   Author: Adriano Crestani, 2011-08-03, 01:06
Re: QueryParser names - Lucene - [mail # dev]
...Could we not change StandardQueryParser to FlexibleQueryParser? Standard gives the wrong impression I feel.  We have the ExtendableQueryParser which supports Extensions so maybe Flexibl...
   Author: Adriano Crestani, 2011-07-06, 05:42
Re: QueryParser names - Lucene - [mail # dev]
...Are there any plans to change the package name as well? If not , I don't see any reason to change surround.QueryParser to SurroundQueryParser, since all "QueryParser" classes are in differen...
   Author: Adriano Crestani, 2011-07-06, 05:26
Re: Escaping Special Characters - Lucene - [mail # user]
...Hi Govind,  I think you are wrong by assuming escape should receive a query string as parameter. However, it's meant to receive a term as parameter, which will later be used to create a...
   Author: Adriano Crestani, 2011-07-05, 16:11
Re: Escaping Special Characters - Lucene - [mail # user]
...Hi Govind,  escape() method should only be used to escape term, not the query itself. If the user is entering the query, it's his responsibility to escape the query.  On Mon, Jul 4...
   Author: Adriano Crestani, 2011-07-04, 17:16
Sort:
project
Lucene (65)
type
mail # dev (32)
mail # user (24)
issue (9)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (65)
author
Michael McCandless (5382)
Uwe Schindler (3286)
Robert Muir (3198)
Chris Hostetter (2789)
Erick Erickson (2534)
Grant Ingersoll (2514)
Erik Hatcher (2496)
Otis Gospodnetic (2369)
Mark Miller (2256)
Yonik Seeley (1996)
Simon Willnauer (1440)
Shai Erera (1277)
Doug Cutting (1108)
Dawid Weiss (970)
Ian Lea (928)
Adriano Crestani