Wildcard on q.alt with Dismax

2008-06-08 Thread Rebecca Illowsky
Hello, My objective is to be able to boost certain fields while allowing wildcards. Currently, I am doing this by checking if the user query has wildcards, and if yes then setting q.alt to be the user query and query to "". When I do the search vio*, I get the correct results, but no highlightin

Re: Improve Solr Performance

2008-06-08 Thread Yonik Seeley
Some of these cache values are too large and will drastically slow some things down (like commiting new changes to the index) or may cause you to run out of memory over time. I would revert the cache params back to what they were in the example solrconfig.xml Then focus on requirements: are your

Re: Improve Solr Performance

2008-06-08 Thread khirb7
thank you for your response It's clear that fetching all documents at one time takes a lot of time so the search is too slow. I decided to fetch less than 20 documents at one time, but to optimise solr I have tried to increase the size of all the caches (the document cache, filterCache, result ca