Re: Solr creates whitespace in dismax query

2010-08-31 Thread Erick Erickson
keywordtokenizerfactory interprets the entire input as a single token, so this could be a problem for you. For instance, the text: bloom2000.de is some text will get indexed as a single token. Seaches on "some" or "text" won't match. This may be what you're looking for, but I really think Mitc

Re: Solr creates whitespace in dismax query

2010-08-31 Thread Johann Höchtl
No, it didn't solve the problem, bit I got a different solution. I make a second field in schema.xml and copy the content. This field gets analyzed by the keywordtokenizer factory. Thanks, Johann Am 24.08.2010 21:53, schrieb MitchK: Johann, try to remove the wordDelimiterFilter from the quer

Re: Solr creates whitespace in dismax query

2010-08-24 Thread MitchK
.n3.nabble.com/Solr-creates-whitespace-in-dismax-query-tp1317196p1318759.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr creates whitespace in dismax query

2010-08-24 Thread Johann Höchtl
I have a fieldtype with the following definition: I have a value "blume2000.de" in a field with the fieldtype above. If I issue a query with select?q