Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 3.5
-
Fix Version/s: None
-
Component/s: .compression, .indexing, .matching, .querying, .structures
-
Labels:None
Description
Hi all,
I'm working on model to index and retrieve documents based on complex terms (like tem "Global_warming") instead of singl word terms:
so my question is about what are the classes that i should extend to take into account this issue ?
Many thanks
I'm working on model to index and retrieve documents based on complex terms (like tem "Global_warming") instead of singl word terms:
so my question is about what are the classes that i should extend to take into account this issue ?
Many thanks
i don't understand your question, why you don't index them, why you should extend terrier? i think you must simply idnex them, but the problem is that terrier will considerate them in the lexicon as seperate words, so you will not find Global_warming, but global and warming, is that the problem that you want to adress? in this case i think that you must not eliminate the caracter _ in the term pipline
if you have a solution tell me
best regards