Hi. I wonder is it possible in built-in way to make context search in Solr?
I have about 50k documents (mainly 'name' of char(150)), so i receive a content of a page and should show found documents. Of course i can just join by OR and submit a search, but an accuracy would be not so good.. Thanks in advance.