Re: FuzzyQurey in SpanQuery

2006-09-02 Thread karl wettin
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

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread karl wettin
On Thu, 2006-08-31 at 17:33 -0400, Mark Miller wrote: > > Bad news for me. Any hope of a speedier fuzzy span? Using a spell checker comes in mind. A speedier index is another way to go. RAMDirectory is n times faster than FSDirectory and issue 550-index is 5x faster than RAMDirectory if you onl

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread Mark Miller
karl wettin wrote: On Thu, 2006-08-31 at 17:17 -0400, Mark Miller wrote: I want to use it for my query parser so you can do a fuzzy search inside of a proximity search. Is it any slower than a standard fuzzy query? I find it to be extremly slow. All terms in the index need to be enume

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread karl wettin
On Thu, 2006-08-31 at 17:17 -0400, Mark Miller wrote: > > I want to use it for my query parser so you can do a fuzzy search > inside of a proximity search. Is it any slower than a standard fuzzy > query? I find it to be extremly slow. All terms in the index need to be enumerated (or a subset if

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread Mark Miller
karl wettin wrote: On Thu, 2006-08-31 at 14:27 -0400, Mark Miller wrote: When is a query rewritten? I build my query and then before using it, I would like to print it out to double check it. Not possible? Does the rewrite happen inside search? Right, you can't do a toString prior to

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread karl wettin
On Thu, 2006-08-31 at 14:27 -0400, Mark Miller wrote: > When is a query rewritten? I build my query and then before using it, I > would like to print it out to double check it. Not possible? Does the > rewrite happen inside search? Right, you can't do a toString prior to rewriting it. The probl

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread Mark Miller
karl wettin wrote: On Thu, 2006-08-31 at 06:55 -0400, Mark Miller wrote: Anyone know of a way to get a fuzzy query into a spanquery? http://issues.apache.org/jira/browse/LUCENE-522 - To unsubscribe, e-mail: [EMAIL PR

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread Mark Miller
karl wettin wrote: On Thu, 2006-08-31 at 06:55 -0400, Mark Miller wrote: Anyone know of a way to get a fuzzy query into a spanquery? http://issues.apache.org/jira/browse/LUCENE-522 - To unsubscribe, e-mail: [EMAIL PR

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread karl wettin
On Thu, 2006-08-31 at 06:55 -0400, Mark Miller wrote: > Anyone know of a way to get a fuzzy query into a spanquery? http://issues.apache.org/jira/browse/LUCENE-522 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: FuzzyQurey in SpanQuery

2006-08-31 Thread mark harwood
Miller <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 31 August, 2006 11:55:13 AM Subject: FuzzyQurey in SpanQuery Anyone know of a way to get a fuzzy query into a spanquery? - Mark - To unsubscribe,

FuzzyQurey in SpanQuery

2006-08-31 Thread Mark Miller
Anyone know of a way to get a fuzzy query into a spanquery? - Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]