Re: numFound is changing when query across distributed-seach with the same query.

2010-01-01 Thread johnson hong
Yonik Seeley-2 wrote: > > On Thu, Dec 31, 2009 at 2:29 AM, johnson hong > wrote: >> >> Hi,all. >>    I found a problem on distributed-seach. >>    when i use "?q=keyword&start=0&rows=20" to query across >> distributed-seach,it will return numFound="181" ,then I >>    change the start param fro

Re: numFound is changing when query across distributed-seach with the same query.

2010-01-01 Thread Yonik Seeley
On Thu, Dec 31, 2009 at 10:26 PM, Chris Hostetter wrote: > why do we bother detecthing/removing the duplicates? > > strictly speaking docs with duplicate IDs on multiple shards is a "garbage > in" situation, i can understanding Solr taking a little extra effort to > not fail hard if this situation

Has anyone got Carrot2 working with Solr without using ant?

2010-01-01 Thread Alex Muir
Hi, I'm about to start using Ant to get Carrot2 working with solr however I was first trying to get it working without Ant by placing jars into a lib directory in the quickstart example directory however I couldn't find any documentation to guide me in this. If anyone can suggest how to accomplis

Re: Help with creating a solr schema

2010-01-01 Thread Israel Ekpo
On Thu, Dec 31, 2009 at 10:26 AM, JaredM wrote: > > Hi, > > I'm new to Solr but so far I think its great. I've spent 2 weeks reading > through the wiki and mailing list info. > > I have a use case and I'm not sure what the best way is to implement it. I > am keeping track of peoples calendar sc

Re: Has anyone got Carrot2 working with Solr without using ant?

2010-01-01 Thread Grant Ingersoll
You should just be able to copy those files down to the same location, as this is all Ant is doing. On Jan 1, 2010, at 2:11 PM, Alex Muir wrote: > Hi, > > I'm about to start using Ant to get Carrot2 working with solr however > I was first trying to get it working without Ant by placing jars int

Re: Requesting feedback on solr-spatial plugin

2010-01-01 Thread Grant Ingersoll
On Dec 30, 2009, at 9:54 PM, Mat Brown wrote: > Hi Grant, > > Thanks for the info and your point is well taken. I should have been > clearer that I have no intention of this project being a long-term > solution for spatial search in Solr - rather I was looking to build a > rough and ready soluti

solr 1.4 csv import -- Document missing required field: id

2010-01-01 Thread evana
Hi, I am trying to import a csv file (without "id" field) on solr 1.4 In schema.xml "id" field is set with required="false". But I am getting "org.apache.solr.common.SolrException: Document missing required field: id" Following is the schema.xml fields section i

Re: Help with creating a solr schema

2010-01-01 Thread JaredM
Thanks Ahmet and Israel. I prefer Israel's approach since the amount of metadata for the user is quite high but I'm not clear how to get around one problem: If I had 2 availabilities (I've left it in human-readable form instead of as a UNIX timestamp only for ease of understanding): 10-Jan-2010

Re: solr 1.4 csv import -- Document missing required field: id

2010-01-01 Thread Israel Ekpo
On Fri, Jan 1, 2010 at 9:13 PM, evana wrote: > > Hi, > > I am trying to import a csv file (without "id" field) on solr 1.4 > In schema.xml "id" field is set with required="false". > But I am getting "org.apache.solr.common.SolrException: Document missing > required field: id" > > Following is the

Re: Help with creating a solr schema

2010-01-01 Thread Israel Ekpo
On Fri, Jan 1, 2010 at 9:47 PM, JaredM wrote: > > Thanks Ahmet and Israel. I prefer Israel's approach since the amount of > metadata for the user is quite high but I'm not clear how to get around one > problem: > > If I had 2 availabilities (I've left it in human-readable form instead of > as >