Lucene.NET search index approach
- by Tim Peel
Hi,
I am trying to put together a test case for using Lucene.NET on one of our websites. I'd like to do the following:
Index in a single unique id.
Index across a comma delimitered string of terms or tags.
For example.
Item 1:
Id = 1
Tags = Something,Separated-Term
I will then be structuring the search so I can look for documents against tag…