Hello Solr Group,
 
this is my first day with Solr and now I'm looking if there is a way to make
a middleword search like:
*searchword*
Yes, I know this is not the work of a fulltextsearch, but I've a case where
this is needed. :-(
One way, because I think the normal middleword-search will kill the
perfomance, can be to make an own index with all of the middlewords. 
Do you think this is possilbe with Solr?
Becaue I know all of the thousands of middle search words my users are
using, so I can build up an own Index with it, right?
How does this work, or where can I found more information about that?
 
Also one of the horrible things is to let users search with a text group
like:
"the dog is brown"
and this means that these 4 words have to be in the text and also in the
given order.
For example:
The day is green and the dog is brown, but you'r nice. :-) --> This should
be found ( No, I'm not drunken )
The day is green and the dogs are brown, but you'r nice. --> Should not be
found, because there are not the exact words.
Do you think this is possible with Solr, or do I also have to make my own
Index with such "text groups"?
 
Sorry for my bad English.
 
regards
Charlie ( a new but very interested Solr user )

Reply via email to