Re: Tokenizing problem with numbers in query

2010-01-07 Thread Bernd Brod
Hi, > Did you re-start tomcat and re-index your collection? > Yes > Do you want to search inside alpanumeric strings? Or you are interested > only prefix queries. Can you give us more examples like target documents and > queries. > Searching inside would be required, yes. If the above example

Re: Tokenizing problem with numbers in query

2010-01-05 Thread Bernd Brod
Hi, On Tue, Jan 5, 2010 at 5:17 PM, Erick Erickson wrote: > We need to back up, this is looking like an XY problem. That is, > you're asking for specifics when what would probably be more > helpful is for you to describe *what* the problem you're trying > to solve is rather than *how* to make a s

Re: Tokenizing problem with numbers in query

2010-01-05 Thread Bernd Brod
some additional details > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters > > Erick > > On Sun, Jan 3, 2010 at 11:26 AM, Bernd Brod wrote: > > > Hello, > > > > when searching for a string: "asdf5qwerty" solr will tokenize it to: > > "as

Tokenizing problem with numbers in query

2010-01-03 Thread Bernd Brod
Hello, when searching for a string: "asdf5qwerty" solr will tokenize it to: "asdf", "5", "qwerty" and display documents matching either string. How can i stop this behaviour and make it just search for plain "asdf5qwerty"? thanks in advance. Bernd