Re: Need help with document format

2010-06-05 Thread Israel Ekpo
You need to make each document added to the index a 1 to 1 mapping for each company and consultant combo schema fields !-- Concatenation of company and consultant id -- field name=consultant_id_company_id type=string indexed=true stored=true required=true/ field

Re: Faceted Search Slows Down as index gets larger

2010-06-05 Thread Furkan Kuru
The documents full-text fields are 140 chars length (tweets). Actually I had looked at those parameters and thought no change was neccessary because the terms per document would be few and the unique term count was nearly 1 M. I don't know exactly but average term count per document text can be

Re: Index-time vs. search-time boosting performance

2010-06-05 Thread Asif Rahman
I know how to index a document with a boost but am still not sure whether I'll see a search performance improvement with it. The initial decision to use a boost function at search-time was made to preserve the flexibility to tweak the function without having to a full reindex. I no longer need

Re: Index-time vs. search-time boosting performance

2010-06-05 Thread Robert Muir
On Fri, Jun 4, 2010 at 7:50 PM, Asif Rahman a...@newscred.com wrote: Perhaps I should have been more specific in my initial post. I'm doing date-based boosting on the documents in my index, so as to assign a higher score to more recent documents. Currently I'm using a boost function to