Hi Johnny, It sounds like you wish to post-process and analyze results and categorize each document in the result set based on presence and positioning of certain key words in the document. If that's so, I think what you are after is a custom SearchComponent: http://wiki.apache.org/solr/SearchComponent
Please do note that post-processing large result sets can get expensive and will hurt performance. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Johnny X <jonathanwel...@gmail.com> > To: solr-user@lucene.apache.org > Sent: Thursday, December 25, 2008 9:29:15 PM > Subject: Custom Search Results > > > Hi there, > > > N00b here, so if you could explain in simple terms I'd appreciate it. > > I'm trying to create what I want to call a 'filter' to search through a > bunch of indexed documents. The idea of this filter is search for very > specific things in each of the indexed documents to catagorise them into a > particular field if they're relevant. > > In this case the search is going to involve a lot of specific information > about the occurance of certain words, their placement in the document, other > words around them etc so I don't know if I need to develop this using some > form of custom advanced query or produce some form of new componenet > (analyzer/filter???). > > Thanks for any help! > -- > View this message in context: > http://www.nabble.com/Custom-Search-Results-tp21171303p21171303.html > Sent from the Solr - User mailing list archive at Nabble.com.