> Is it possible search for a combination of words within the > same > sentence or paragraph?
Mark Miller's Qsol Parser can do that [1]. However it seems that temporarily it is not publicly available [2] [3]. [1]http://www.lucidimagination.com/blog/2009/02/22/exploring-query-parsers/ [2]http://search-lucene.com/m/9UT8jpcUc5/Where+to+download+Mark+Miller's+Qsol+Parser [3]https://issues.apache.org/jira/browse/SOLR-896 The basic idea is to insert artificial tokens between sentences and paragraphs at index time analysis. And use SpanNotQuery at search time.