Re: Alphanumeric Search Problem

2009-05-12 Thread samd
So I ended up trying to work something with stop words to remove the "-" and some other character from the term. I'm using the snowballanalyzer for both indexing and searching. For some reason the stopwords did not work so I made a custom filter which did the trick. samd wrote: > > Hi, > > I

Alphanumeric Search Problem

2009-05-12 Thread samd
Hi, I'm encountering an issue where expected search results are not being found as in the following example I have two values name-test-1234 name-1234-test When a search for 'name' is done only the first result is found. If I had a wildcard to the search i.e. name* both will be found. I would

Re: Downloading Lucene 2.9 from Maven

2009-05-12 Thread Grant Ingersoll
On May 12, 2009, at 11:13 AM, Paul Taylor wrote: Michael McCandless wrote: Hi I can see the on hudson it nows say 2.9-SNAPSHOT, but theres nothing in the maven central repository, so is there a way I can get it downloaded automatically or not ? We don't publish SNAPSHOTs to

Re: Downloading Lucene 2.9 from Maven

2009-05-12 Thread Paul Taylor
Michael McCandless wrote: Lucene's trunk build (2.9-dev) is supposed to be available, as 2.9-SNAPSHOT. But something is wrong: we seem to be building 2.9 trunk but attempting to publish it (incorrectly) as 2.4-SNAPSHOT. But then, 2.4-SNAPSHOT is not published correctly... I only see the maven-m

Re: RegexQuery Incomplete Results

2009-05-12 Thread Seid Mohammed
Thanks it works On 5/12/09, Mark Miller wrote: > Use JavaUtilRegexCapabilities or put the Jakarata RegEx jar on your > classpath: http://jakarta.apache.org/regexp/index.html > > -- > - Mark > > http://www.lucidimagination.com > > > > Seid Mohammed wrote: >> I need it similar functionality, but w

Re: RegexQuery Incomplete Results

2009-05-12 Thread Mark Miller
Use JavaUtilRegexCapabilities or put the Jakarata RegEx jar on your classpath: http://jakarta.apache.org/regexp/index.html -- - Mark http://www.lucidimagination.com Seid Mohammed wrote: I need it similar functionality, but while running the above code it breaks after outputing the following

Re: RegexQuery Incomplete Results

2009-05-12 Thread Ian Lea
The Jakarta regexp package is a separate download. http://jakarta.apache.org/regexp/index.html. -- Ian. On Tue, May 12, 2009 at 3:21 PM, Seid Mohammed wrote: > I need it similar functionality, but while running the above code it > breaks after outputing the following > =

Re: RegexQuery Incomplete Results

2009-05-12 Thread Seid Mohammed
I need it similar functionality, but while running the above code it breaks after outputing the following Added Knowing yourself Added Old clinic Added INSIDE Added Not INSIDE Default regexcapabilities=org.apache.lucene.sear

Re: pagination search results

2009-05-12 Thread Ian Lea
See the FAQ entry "How do I implement paging, i.e. showing result from 1-10, 11-20 etc?". -- Ian. On Tue, May 12, 2009 at 6:37 AM, Daniel Susanto wrote: > Hi, > > Please help, how to do pagination search results? > > note: i'm using Java Server Pages. > > thx. > > Daniel Susanto > http://susan

german analyers xes me

2009-05-12 Thread Timon Roth
hello list al little confusion with a phrasequery. im using lucene 2.9 and have indexed all the data with the germananalyzer. i have one field (full_text) for the searchable data and a few fields for sorting. the full_text ist not stored and analyzed. the fields for sorting are storen and not