On Thu, 2006-08-31 at 17:33 -0400, Mark Miller wrote:
> Bad news for me. Any hope of a speedier fuzzy span?
I just came to think of something. Bob Carpenter posted some optimized
fuzzy code on det dev-list some time ago. According to my messurements
it was something like 15-25% faster. Don't know
I tend to agree with Mark. I tried a query as so...
TermQuery query = new TermQuery(new Term("keywordField", "phrase test"));
IndexSearcher searcher= new IndexSearcher(activeIdx);
Hits hits = searcher.search(query);
And this produced the expected results. Whe
Roger that. I'll double check my code.
Thanks.
On 9/3/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
They shouldn't be in the index. You must be using StandardAnalyzer
incorrectly, or maybe you think you are using it, but are really using
something else.
Otis
- Original Message
F
They shouldn't be in the index. You must be using StandardAnalyzer
incorrectly, or maybe you think you are using it, but are really using
something else.
Otis
- Original Message
From: Jason Polites <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Saturday, September 2, 2006 9
I think if he wants to use the queryparser to parse his search strings
that he has no choice but to modify it. It will eat any pair of quotes
going through it no matter what analyzer is used.
- Mark
Well, you're flying blind. Is the behavior rooted in the indexing or
querying? Since you can't
Well, you're flying blind. Is the behavior rooted in the indexing or
querying? Since you can't answer that, you're reduced to trying random
things hoping that one of them works. A little like voodoo. I've wasted
farr too much time trying to solve what I was *sure* was the problem
only to f
Hey all,
I am using the StandardAnalyzer with my own list of stop words (which is
more comprehensive than the default list), and my expectation was that this
would omit these stop words from the index when data is indexed using this
analyzer. However, I am seeing stop words in the term vector fo
On 8/31/06, Saurabh Dani <[EMAIL PROTECTED]> wrote:
I don't have a lot of experience with reporting
tools and how data is stored by high priced tools which use OLAP and other
similar storage types but we needed a solution for drill down reports and
searching w