RE: Search in non-linguistic text

2009-07-16 Thread Digy
: http://people.apache.org/~digy/SingleCharAnalyzer.cs DIGY -Original Message- From: Matthew Hall [mailto:mh...@informatics.jax.org] Sent: Thursday, July 16, 2009 4:36 PM To: java-user@lucene.apache.org Subject: Re: Search in non-linguistic text Assuming your dataset isn't incredibly

Re: Search in non-linguistic text

2009-07-16 Thread Matthew Hall
Assuming your dataset isn't incredibly large, I think you could.. cheat here, and optimize your data for searching. Am I correct in assuming that BC, should also match on ABCD? If so, then yes your current thoughts on the problems that you face are correct, and everything you do will be turnin

Re: Search in non-linguistic text

2009-07-16 Thread Robert Muir
onal wildcards.  I'm concerned that the > performance of this will be disappointing, though. > > Any help would be much appreciated.  Thanks! > > - Jes > -- > View this message in context: > http://www.nabble.com/Search-in-non-linguistic-te

Re: Search in non-linguistic text

2009-07-16 Thread Anshum
t the > performance of this will be disappointing, though. > > Any help would be much appreciated. Thanks! > > - Jes > -- > View this message in context: > http://www.nabble.com/Search-in-non-linguistic-text-tp24515936p24515936.html > Sent from the Lucene - Java Users mailing

Search in non-linguistic text

2009-07-16 Thread JesL
a "like '%blah%' search, with rules to treat all special characters as single-character, optional wildcards. I'm concerned that the performance of this will be disappointing, though. Any help would be much appreciated. Thanks! - Jes -- View this message in context: http://www.