Hello,
I built the termvector file for the following testing documents:
D1: At risk of coronary heart disease
D2:Functional heart disorder
D3:Acute heart failure
D4: At risk of coronary heart disease
D5: Functional heart disorder
D6:Hypoplastic Left Heart Syndrome
D7:Eye Contusion
D8: Alkali burn of eye
D9: Anteriror chamber of the eye finding
D10: Dilated eye exam
And also running the examplevectorsearcherclient. However, this example returns for only terms. What I would like is to give a query ( multi words) and returns the documents that matches.
For example:
Query: Heart Failure
Results:
D1: At risk of coronary heart disease
D2:Functional heart disorder
D3:Acute heart failure
D4: At risk of coronary heart disease
D5: Functional heart disorder
D6:Hypoplastic Left Heart Syndrome
Since they have the word "heart" at least.
Any example to implement that??what should I change to return such results?
Thanks