I've got a search index and I really don't like the idea of having to hard-code the fields to search into a class library.
I saw there was a property on ExamineManager called IndexerData, but both getter & setter in the source throw NotImplementedExceptions.
So I have two questions:
Can this be implemented? If so, can it make its' way into the next release?
Failing #1, is there a way of retrieving the index associated with a searcher? I know that normally it's based on nomenclature but I don't want to have to make that assumption in code.
Examine - get index by searcher
Hi guys,
I've got a search index and I really don't like the idea of having to hard-code the fields to search into a class library.
I saw there was a property on ExamineManager called IndexerData, but both getter & setter in the source throw NotImplementedExceptions.
So I have two questions:
is working on a reply...