Hi all, anyone come up with a method of searching a dataset for documents that have highlighting in them? It’s for a classification project? Any molten droplets of wisdom most appreciated !
Cheers colin
Hi!
Can you give an example of what you mean by "documents that have highlighting in them"? Do you mean something along the lines of:
this is a document with some <b>highlighted</b> text
Where you are searching for <b>highlighted</b>
because it's in a particular set of tags?
Or do you mean something else?
If it's the former, I suspect your solution will involve carefully choosing your Analyzer to make sure it preserves the highlighting tags properly combined with a Span query.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.