Re: parsing the raw query string?

2009-12-06 Thread Israel Ekpo
Hi If you are planning to use Solr via PHP, you can take a look at the Solr PECL extension. http://www.php.net/manual/en/book.solr.php which you can download from here http://pecl.php.net/package/solr There is a SolrQuery class that allows you to build and manage the name-value pair

Re: Grouping

2009-12-06 Thread Martijn v Groningen
Field collapsing has some aggregation functions like sum() and avg(), but the statistics are computed based on collapse groups instead of all documents with the same field value. A collapse group contains documents that were not relevant enough to end up (collapsed documents) in the search result

Re: parsing the raw query string?

2009-12-06 Thread Erik Hatcher
On Dec 6, 2009, at 7:25 AM, regany wrote: I've just found solr and am looking at what's involved to work with it. All the examples I've seen only ever use 1 word search terms being implemented as examples, which doesn't help me trying to see how multiple word queries work. It also looks

Re: Embedded for write, HTTP for read - cache aging

2009-12-06 Thread Erik Hatcher
On Dec 5, 2009, at 12:56 PM, Peter 4U wrote: Does anyone know of a way to tell an http SolrServer to reload its back-end index (mark cache as dirty) periodically? Send a commit/ to the HTTP SolrServer. I have a scenario where an EmbeddedSolrServer is used for writing (for fast indexing),

Multiple Solr Instances - Multiple Jetty Instances

2009-12-06 Thread Amit Nithian
This may be a silly question but is there any capacity gain if I run multiple jetty instances each having their own SOLR_HOME where each jetty instance/solr will replicate their index from a separate cluster of masters? I have a couple powerful multi-core servers and am not sure if/how a single

Spellchecking - Is there a way to do this?

2009-12-06 Thread Germán Biozzoli
Hello everybody 1. Have tons of digitalized text with the logical errors in OCR process 2. Have indexed with Solr and is working OK. 3. Have added spellchecker index-based for words and phrases with the hope to offer suggestions with suspicious possible new query expressions, or related query

Converting java date to solr date and querying dates

2009-12-06 Thread Rakhi Khatwani
Hi, i am using solrj i want to store dates into a date field called publish date in solr. how do we do it using solrj likewise how do we query from solr using java date? do we always have to convert it into UTC field and then query it? How do i query solr for documents