Re: Questions about doing a full text search with numeric values

2013-07-06 Thread Erick Erickson
; see if "this letter sequence occur(s)" in it? I'm thinking I'm missing > something because that seems no different than using wildcards. Or am I > missing a subtle difference? > > Thank you. > > -Original Message- > From: Erick Erickson [mailto:erick

Re: Questions about doing a full text search with numeric values

2013-07-03 Thread Ivan Krišto
you can mechanically >> translate to raw Lucene API calls. >> >> Look at the standard tokenizer, it should do a better job with punctuation. >> >> -- Jack Krupansky >> >> -Original Message- From: Todd Hunt >> Sent: Thursday, June 27, 2013 1:14

RE: Questions about doing a full text search with numeric values

2013-07-01 Thread Todd Hunt
Thank you. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Monday, July 01, 2013 5:23 AM To: java-user Subject: Re: Questions about doing a full text search with numeric values WordDelimiterFilter(Factory if you're experimenting with Solr as Jack sugges

Re: Questions about doing a full text search with numeric values

2013-07-01 Thread Erick Erickson
: Todd Hunt > Sent: Thursday, June 27, 2013 1:14 PM > To: java-user@lucene.apache.org > Subject: Questions about doing a full text search with numeric values > > > I am working on an application that is using Tika to index text based > documents and store the text results i

Re: Questions about doing a full text search with numeric values

2013-06-27 Thread Jack Krupansky
it should do a better job with punctuation. -- Jack Krupansky -Original Message- From: Todd Hunt Sent: Thursday, June 27, 2013 1:14 PM To: java-user@lucene.apache.org Subject: Questions about doing a full text search with numeric values I am working on an application that is using Tik

Questions about doing a full text search with numeric values

2013-06-27 Thread Todd Hunt
I am working on an application that is using Tika to index text based documents and store the text results in Lucene. These documents can range anywhere from 1 page to thousands of pages. We are currently using Lucene 3.0.3. I am currently using the StandarAnalyzer to index and search for the