Re: Missing tokens

2010-08-19 Thread paul . moran
I did that and it worked. Thanks very much for your expert assistance, Jan! Paul From: Jan Høydahl / Cominvent To: solr-user@lucene.apache.org Date: 19/08/2010 16:15 Subject:Re: Missing tokens Hi, Your bug is right there in the WhitespaceTokenizer, where you see that it d

Re: Missing tokens

2010-08-19 Thread paul . moran
Great! Now I'm getting somewhere, this worked! The others didn't. http://localhost/solr/select?q=contents:"OB10."; Hope this makes sense to you. I'm still somewhat confused with the output here. I had 'highlight matches' check, and from what I can tell, 'OB10' wasn't found. When I enter 'OB10.' i

Re: Missing tokens

2010-08-18 Thread paul . moran
Here's my field description. I mentioned 'contents' field in my original post. I've changed it to a different field, 'summary'. It's using the 'text' fieldType as you can see below.

Missing tokens

2010-08-18 Thread paul . moran
Hi, I'm having a problem with certain search terms not being found when I do a query. I'm using Solrj to index a pdf document, and add the contents to the 'contents' field. If I query the 'contents' field on the SolrInputDocument doc object as below, I get 50k tokens. StringTokenizer to = new Str