| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
15 (0.345s).
|
|
|
Loading phrases to help you refine your search...
|
|
[LUCENE-3865] MemoryIndex does not allow user to add multiple values for a single field name - Lucene - [issue]
|
|
...When using MemoryIndex.addField the following operation throws an IllegalArgumentException:index.addField("foobar", "value1", LuceneAnalyzer); index.addField("foobar", "value2", LuceneAnalyz...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-3865
Author: Dave Seltzer,
2012-11-04, 19:42
|
|
|
Re: How do I use MultiTermQuery.Rewrite when working with a MemoryIndex - Lucene - [mail # user]
|
|
...Perfect! Thanks so much! On Wed, Aug 22, 2012 at 10:36 AM, Uwe Schindler wrote: Dave Seltzer Chief Systems Architect TVEyes (203) 254-3600 x222...
|
|
|
Author: Dave Seltzer,
2012-08-22, 14:38
|
|
|
How do I use MultiTermQuery.Rewrite when working with a MemoryIndex - Lucene - [mail # user]
|
|
...Hello, I have a program which regularly creates a MemoryIndex to be searched against a list of queries. In order to transform the queries that I'm being sent I need to be able to...
|
|
|
Author: Dave Seltzer,
2012-08-22, 14:23
|
|
|
Re: Creating Span Queries from Boolean Queries - Lucene - [mail # user]
|
|
...So I've taken my first shot at solving my problem using the three functions below. When I set the slop to 10 it produces the following result: This BooleanQuery +content:"london olympi...
|
|
|
Author: Dave Seltzer,
2012-08-22, 02:06
|
|
|
Re: Creating Span Queries from Boolean Queries - Lucene - [mail # user]
|
|
...Well I was hoping that someone knew of a recursive solution to rewriting Boolean queries of arbitrary depth. I suppose If I can rewrite "london olympics" AND (football OR soccer)...
|
|
|
Author: Dave Seltzer,
2012-08-22, 00:37
|
|
|
Creating Span Queries from Boolean Queries - Lucene - [mail # user]
|
|
...Hi Everyone, If there was a straightforward way to take a Boolean Query created by the Lucene Query Parser and convert it to a Span Query. Ideally I'd like to take any ANDed clau...
|
|
|
Author: Dave Seltzer,
2012-08-21, 22:53
|
|
|
RE: Pattern Analyzer - Lucene - [mail # user]
|
|
...I think you're absolutely right Erick, Thanks for the insight - that's the direction I'll be heading. Cheers, -D From: Erick Erickson [mailto:[EMAIL PROTECTED]] Sent:...
|
|
|
Author: Dave Seltzer,
2012-07-13, 13:55
|
|
|
Is creating an analyzer expensive? - Lucene - [mail # user]
|
|
...I have one more question to pose to the group today: I have several thousand searches being performed against MemoryIndexes on a regular basis. I'd like the ability for each sear...
|
|
|
Author: Dave Seltzer,
2012-07-12, 20:13
|
|
|
Pattern Analyzer - Lucene - [mail # user]
|
|
...Hello, I have a search project which uses the Lucene PatternAnalyzer for its text/query analysis. At the moment it's configured like so: analyzer = new PatternAnalyzer(Version.LU...
|
|
|
Author: Dave Seltzer,
2012-07-12, 18:20
|
|
|
Lucene 3.5 Query Parser Question - Lucene - [mail # user]
|
|
...Hello, I'm interested in searching a MemoryIndex to find occurrences of HashTags. To do this I'm trying to use the following query: #* -#[0 TO 9] My goal with this query is...
|
|
|
Author: Dave Seltzer,
2012-07-11, 16:40
|
|
|
|