Re: PHP Solr API

2010-09-30 Thread Neil Lunn
added to the standard html-text type and stored then the html is stripped and words indexed by default. If you want to store the raw html then maybe you should be doing that and not storing the stripped version, just indexing it. -- Regards, Neil Lunn

Sorting on Multiple fields

2009-10-14 Thread Neil Lunn
We have come up against a situation we are trying to resolve in our Solr implementation project. This revolves mostly around how to sort results from index data we are likely to store in multiple fields but at runtime we are likely to query on the result of which one is most relevant. A brief examp

Re: Sorting on Multiple fields

2009-10-15 Thread Neil Lunn
d > need to implement custom sorting behavior. It can be achieved in multiple > ways depending upon your requirement. From something as simple as > function-queries to using the power of dynamic fields to writing a custom > field-type to writing a custom implementation of Lucene'

Re: How use implement Lucene for perl.

2009-12-28 Thread Neil Lunn
On Tue, Dec 29, 2009 at 3:42 PM, Maheshwar wrote: > > I am new for Lucene. > I haven't any idea about Lucene. > I want to implement Lucene in my search script. > Please guide me what I needs to be do for Lucene implementation. > Yes probably the wrong list or not, but for both Lucene or Solr the