Re: Missing Results

2011-11-12 Thread Erick Erickson
I suspect that your index doesn't contain what you think it does, or your query isn't doing what you think. Here's what I'd do: 1> use Luke or perhaps TermsComponent to see what is actually in your designations field. Watch out for deleted documents (this is where an optimize might b

Missing Results

2011-11-11 Thread dennis leary
In our implementation we are using dataimport handler to bring records in via database. In our document we have a field called "designation" and it is of type "string" and is multivalued. We run a simple query q=designations:"My Designation" and it returns documents that match but depending on the

Missing Results

2011-11-11 Thread dennis leary
In our implementation we are using dataimport handler to bring records in via database. In our schema we have a field called "designation" and it is of type "string" and is multivalued. We run a simple query q=designations:"My Designation" and it returns documents that match but depending on the do

Re: incomplete/missing results

2010-07-02 Thread Moises Muratalla
found the problem, please close/disregard this. I needed to increase maxFieldLength On Fri, Jul 2, 2010 at 3:47 PM, Moises Muratalla wrote: > here is some more info > > I added this line > > > 03320001 Travel Germany Arrive next day > > > It finds the "03320001" but none of the tokens on th

Re: incomplete/missing results

2010-07-02 Thread Moises Muratalla
here is some more info I added this line 03320001 Travel Germany Arrive next day It finds the "03320001" but none of the tokens on the rest of the line Here are the definitions from the schema all On Fri, Jul 2, 2010 at 3:23 PM, Moises Muratalla wrote

Re: incomplete/missing results

2010-07-02 Thread Moises Muratalla
I posted some plain ASCII text files using the post.jar in the exampledocs directory. My queries work mostly. One recent problem: I search for "germany", it only returns 9 results, when there are actually 10. Would the schema help? I didn't really modify the solrconfig file On Thu, Jul 1, 2010

Re: incomplete/missing results

2010-07-01 Thread Erik Hatcher
Please provide us some details. What and how did you index? What request did you make to Solr? Erik On Jul 1, 2010, at 5:56 PM, Moises Muratalla wrote: I am getting incomplete search results with solr 1.4.0. Any suggestions on how to fix or debug this?

incomplete/missing results

2010-07-01 Thread Moises Muratalla
I am getting incomplete search results with solr 1.4.0. Any suggestions on how to fix or debug this?