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 Sep 2010 01:15:11 -0700 (PDT)
BobG<b...@bitwise-bncc.nl> 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 when I try to query the table with a search term I get no
results.
[...]
What am I doing wrong here?
[...]
Could you post your schema.xml. In particular, how is the "Artikel"
field being processed at index/query time?
Regards,
Gora