Re: Newbie question: no search results

2010-09-05 Thread BobG
message in context: http://lucene.472066.n3.nabble.com/Newbie-question-no-search-results-tp1416482p1422211.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Newbie question: no search results

2010-09-04 Thread Lance Norskog
More directly: if the 'Artikel' field is a "string", only the whole string will match: Artikel:"Kerstman baardstel". Or you can use a wildcard: Kerstmann* or just Kerst* If it is a "text" field, it is chopped into words and q=Artikel:Kerstmann would work. Gora Mohanty wrote: On Sat, 4

Re: Newbie question: no search results

2010-09-04 Thread Gora Mohanty
On Sat, 4 Sep 2010 01:15:11 -0700 (PDT) BobG wrote: > > Hi, > I am trying to set up a new SOLR search engine on a windows > platform. It seems like I managed to fill an index with the > contents of my SQL server table. > > When I use the default *.* query I get a nice result: [...] > However wh

Newbie question: no search results

2010-09-04 Thread BobG
/Newbie-question-no-search-results-tp1416482p1416482.html Sent from the Solr - User mailing list archive at Nabble.com.