Re: Need help with troublesome wildcard query

2011-07-08 Thread Christopher Cato
nks a million! Mvh Christopher Cato Teknikchef --- MiniMedia Phone: +46761927603 www.minimedia.se 8 jul 2011 kl. 21.16 skrev Erick Erickson: > Nope, that should do it (although I haven't tried that > exact set of steps). But you do have to reinde

Re: Need help with troublesome wildcard query

2011-07-08 Thread Christopher Cato
longer to fully understand/implement than > it seems like it should. > > Best > Erick > > On Fri, Jul 8, 2011 at 12:44 PM, Christopher Cato > wrote: >> Hi Briggs, thanks for being patient with me! >> >> Yeah, I saw I had a typo there in the OR clause. Fixed i

Re: Need help with troublesome wildcard query

2011-07-08 Thread Christopher Cato
text_ws, this is just a different field > type definition that essentially splits on whiteSpaces. You should use that > if that is what the desired search logic is, but it probably isn't. Check > out the documentation on each of the tokenizers and filter factories in your &

Re: Need help with troublesome wildcard query

2011-07-08 Thread Christopher Cato
e:sv} hits=0 status=0 QTime=0 The field type definitions are as follows: There is also a type definition that is called text_ws, should I use that instead and change text to text_ws in the field definition for title?

Need help with troublesome wildcard query

2011-07-07 Thread Christopher Cato
;m wondering if there isn't an easier way to query Solr? Ideally I'd want to say "give me all docs that have the following text in it's titles" Is that possible? I'd really appreciate any help! Regards, Christopher Cato