Cheers Otis, that seems to be what I'm looking for. While the Solr pages look helpful, are there any implementation examples of SearchComponents available that I could base what I'm doing this on, or are there any tutorials about?
I'm not really familiar with Java either, but I suppose if I had something to base what I need to do on I could pick up what I need for the SearchComponent from that if you see what I mean. Thanks again! Otis Gospodnetic wrote: > > 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. > > > -- View this message in context: http://www.nabble.com/Custom-Search-Results-tp21171303p21186849.html Sent from the Solr - User mailing list archive at Nabble.com.