| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
65 (1.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: SpanQuery for Terms at same position - Lucene - [mail # user]
|
|
...Hi, I didn't test, but you might want to try SpanNearQuery and set slop to zero. Give it a try and let me know if it worked. Regards, Adriano Crestani On Thu, Nov 19, 2009 ...
|
|
|
Author: Adriano Crestani,
2009-11-22, 03:47
|
|
|
Re: querying multi-value fields - Lucene - [mail # user]
|
|
...Hi Eric, To achieve what you want, do not tokenize the values you query/add to this field. On Mon, Oct 12, 2009 at 4:05 PM, Angel, Eric wrote: ...
|
|
|
Author: Adriano Crestani,
2009-10-12, 20:21
|
|
|
Re: Help needed figuring out reason for maxClauseCount is set to 1024 error - Lucene - [mail # user]
|
|
...Hi, Can you provide to us the exception stack trace? Thanks, Adriano Crestani On Wed, Oct 7, 2009 at 7:42 PM, mitu2009 wrote: ...
|
|
|
Author: Adriano Crestani,
2009-10-08, 00:24
|
|
|
Re: ParseException - Lucene - [mail # dev]
|
|
...I tested the solution I gave to you with KeywordAnalyzer and it works as expected, it's generating a 'field:a field:or field:b' query from the query 'a \OR b'. The same happens for the Simpl...
|
|
|
Author: Adriano Crestani,
2009-08-31, 16:17
|
|
|
Re: ParseException - Lucene - [mail # dev]
|
|
...Hi, You can escape the query parser keywords: Holland \OR Germany This way the query parser will interpret it as as term instead of a boolean operator. Regards, Adriano Cre...
|
|
|
Author: Adriano Crestani,
2009-08-28, 16:06
|
|
|
Re: Generating Query - Lucene - [mail # user]
|
|
...Try this: BooleanQuery b1 = new BooleanQuery(); b1.add(new TermQuery(new Term("url", "news")), BooleanClause.Occur.MUST); b...
|
|
|
Author: Adriano Crestani,
2009-08-12, 09:23
|
|
|
Re: The new Contrib QueryParser should not be slated to replace the old one yet - Lucene - [mail # dev]
|
|
...We can perhaps have one colon (:) and ' to surround the query and change the field handling to recognize this is an opaque field (because of the '), but I don't know if this breaks the curre...
|
|
|
Author: Adriano Crestani,
2009-08-12, 09:17
|
|
|
Re: The new Contrib QueryParser should not be slated to replace the old one yet - Lucene - [mail # dev]
|
|
...If I want to control how Wildcard clauses are handled, I can do it w/ today's QP as well, just extend it and override the appropriate getter method. The SyntaxParser can produce Wildca...
|
|
|
Author: Adriano Crestani,
2009-08-12, 08:08
|
|
|
Re: The new Contrib QueryParser should not be slated to replace the old one yet - Lucene - [mail # dev]
|
|
...Some comments in line: The new QueryParser has not been used much at all yet. Its interfaces (whic h will need to abide by back compat in core) have not been vetted enough. Agree...
|
|
|
Author: Adriano Crestani,
2009-08-12, 07:47
|
|
|
Re: Nightly build link is broken - Lucene - [mail # user]
|
|
...The server is up again :D Thank you guys! On Wed, Aug 5, 2009 at 11:55 AM, Michael McCandless wrote: ...
|
|
|
Author: Adriano Crestani,
2009-08-06, 05:27
|
|
|
|