Indexing and searching multiple values under a single field
I'm new to Umbraco and I'm trying to work out how to best build and query my index so that I can search for exact phrases. I have a Stack Overflow question active which gives more detail of what I'm trying to achieve:
I think building a custom index from a Document (rather than an indexer implementing ISimpleDataService) might be the way I want to go, but I can't find any resources on how to do that within the context of Umbraco/Examine.
Indexing and searching multiple values under a single field
I'm new to Umbraco and I'm trying to work out how to best build and query my index so that I can search for exact phrases. I have a Stack Overflow question active which gives more detail of what I'm trying to achieve:
https://stackoverflow.com/questions/48926859/umbraco-lucene-index-for-multiple-values-under-one-field
I think building a custom index from a
Document
(rather than an indexer implementingISimpleDataService
) might be the way I want to go, but I can't find any resources on how to do that within the context of Umbraco/Examine.Any assistance would be very much appreciated!
is working on a reply...