Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi I was doing the same mistake mentioned in this URL. http://search.lucidimagination.com/search/document/30616a061f8c4bf6/solr_ignoring_maxfieldlength maxFieldLength is there at 2 places. earlier changed at the indexDefaults now changed at mainIndex section also. it worked. Thanks Mark & Erick.

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi Erik, Yes, i deleted the index and re-indexed after increasing the value (i have restarted tomcat as well) but still no luck. but i was just wondering the field that i am trying to index has the complete document text in it as i am storing that. but not getting the complete terms/tokens into t

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Can anyone suggest/guide me on this. Best Regards, Kranti K K Parisa 2010/1/19 Kranti™ K K Parisa > Hi Mark, > > I changed the value to 1,000,000,000 to just test my luck. > > But unfortunately I am still not getting the index for all Token. > > Please suggest. > > Best Regards, > Kranti K K

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Erick Erickson
Did you reindex the documents you examined? That limit is applied when you index. Try searching the user list for maxfieldlength, this topic has been discussed many times and you should find a solution. HTH Erick 2010/1/19 Kranti™ K K Parisa > Can anyone suggest/guide me on this. > > Best Rega

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi Mark, I changed the value to 1,000,000,000 to just test my luck. But unfortunately I am still not getting the index for all Token. Please suggest. Best Regards, Kranti K K Parisa 2010/1/19 Kranti™ K K Parisa > Hi Mark, > > As you see my config file contains the value as 10,000 > 1 >

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi Mark, As you see my config file contains the value as 10,000 1 But when I check thru Lukeall jar file I can see the Term count around 3,000. Please suggest. Best Regards, Kranti K K Parisa 2010/1/19 Mark Miller > It limits the number of tokens that will be indexed. > > Kranti™ K K P

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Mark Miller
It limits the number of tokens that will be indexed. Kranti™ K K Parisa wrote: > Hi Mark, > > I really appreciate the quick reply. > > here is what I have in the config xml > > 32 > 2147483647 > * 1* > 1000 > 1 > > Does this matter with Tokens?? Because the field I am using

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi Mark, I really appreciate the quick reply. here is what I have in the config xml 32 2147483647 * 1* 1000 1 Does this matter with Tokens?? Because the field I am using is having the full content of the file ( I checked that using Lukeall jar file), how ever Tokens are n

Re: Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Mark Miller
Kranti™ K K Parisa wrote: > Hi All, > > I have a problem using SOLR indexing. I am trying to index 96 pages PDF file > (using PDFBox for extracting the file contents into String). But > surprisingly SOLR Indexing is not done for the full document. Means I can't > get all the token how ever the fiel

Urgent: SOLR Indexing missing tokens

2010-01-19 Thread Kranti™ K K Parisa
Hi All, I have a problem using SOLR indexing. I am trying to index 96 pages PDF file (using PDFBox for extracting the file contents into String). But surprisingly SOLR Indexing is not done for the full document. Means I can't get all the token how ever the field contains the full text of the PDF a