Re: 1.9 official betas WAS: Query Parser custom analyzer question

2005-08-22 Thread Daniel Naber
On Monday 22 August 2005 22:46, Dan Armbrust wrote: > Cool - is there a daily build somewhere, or do I have to roll my own?  I > couldn't find a daily build or a 1.9 alpha, beta, etc. on the site. You need to get it from SVN and then build it yourself. > Any idea when 1.9 might be released, even

1.9 official betas WAS: Query Parser custom analyzer question

2005-08-22 Thread Dan Armbrust
Daniel Naber wrote: Correct handling of multiple terms per position was only added to SVN, it's not part of Lucene 1.4.3. Regards Daniel Cool - is there a daily build somewhere, or do I have to roll my own? I couldn't find a daily build or a 1.9 alpha, beta, etc. on the site. Any idea whe

Re: Query Parser custom analyzer question

2005-08-22 Thread Daniel Naber
On Monday 22 August 2005 21:54, Dan Armbrust wrote: > The problem I am having now is that the QueryParser seems to ignore the > positionIncrement values. Correct handling of multiple terms per position was only added to SVN, it's not part of Lucene 1.4.3. Regards Daniel -- http://www.danieln

Query Parser custom analyzer question

2005-08-22 Thread Dan Armbrust
I have a custom Analyzer which performs normalization on all of the terms as they pass through. It does normalization like the following: trees -> tree Sometimes my normalizer returns multiple words for a normalization - for example: leaves -> leaf leave The second and all subsequent terms