Inspecting Lucene.NET index with Luke want to replicate NHibernate.Search view
Posted
by Tim Peel
on Stack Overflow
See other posts from Stack Overflow
or by Tim Peel
Published on 2010-04-01T01:24:29Z
Indexed on
2010/04/01
1:33 UTC
Read the original article
Hit count: 702
Hi,
I am trying to put together an index using terms, which I specify as a comma separated list. I want to replicate the display in Luke as seen here:
http://ayende.com/Blog/archive/2009/05/03/nhibernate-search-again.aspx
But my index value just shows as a single field with the comma separate list value. For example:
Tags term,anotherterm
When I search my index, it will return results if I search with "term" but will not return anything if I search with "anotherterm"
I thought the indexing process would break the comma separate list apart into separate values but this does not seem to be the case.
Anyone got any ideas?
Thanks
© Stack Overflow or respective owner