> where += " AND Text:*" + chunk + "*";
Just a side note: Lucene searches with leading wildcards might be
expensive and should be used with care.
Tobias
> It means contains
> We actually have to work hard to be able to do ==
Which means:
Creating an Index with a NotAnalyzed field and doing queries like this:
[[MyField:blah blah blah]]
When coming from a SQL database besides the non-relational issue Lucene
IMHO is the second biggest thing to learn when switching to RavenDB.
But Lucene is very well documented and playing around with Luke for a
while did help me very much to wrap my mind around it.
http://code.google.com/p/luke/
Tobias