Re: what is too large for an indexed field

2009-09-22 Thread Erick Erickson
You might also want to get a copy of Luke and examine your index to seewhat's actually in there. Could you be being mislead by, say, punctuation? Erick On Mon, Sep 21, 2009 at 4:28 PM, Yonik Seeley wrote: > On Mon, Sep 21, 2009 at 4:22 PM, Park, Michael > wrote: > > I get no results back on a s

Re: what is too large for an indexed field

2009-09-21 Thread Yonik Seeley
On Mon, Sep 21, 2009 at 4:22 PM, Park, Michael wrote: > I get no results back on a search.  But I can see the actual word or phrase > in the stored doc. Ok cool - that should make it much easier to debug. #1) verify that you changed the maxFieldLength property in both places in solrconfig.xml, a

RE: what is too large for an indexed field

2009-09-21 Thread Park, Michael
al Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Monday, September 21, 2009 3:42 PM To: solr-user@lucene.apache.org Subject: Re: what is too large for an indexed field Park, Michael wrote: > I am trying to place the value of around 390,000 characters into a > single fie

RE: what is too large for an indexed field

2009-09-21 Thread Park, Michael
large for an indexed field On Mon, Sep 21, 2009 at 3:27 PM, Park, Michael wrote: > I am trying to place the value of around 390,000 characters into a > single field.  However, my search results have become inaccurate. Do you mean that the document should score higher, or that the do

Re: what is too large for an indexed field

2009-09-21 Thread Yonik Seeley
On Mon, Sep 21, 2009 at 3:27 PM, Park, Michael wrote: > I am trying to place the value of around 390,000 characters into a > single field.  However, my search results have become inaccurate. Do you mean that the document should score higher, or that the document doesn't match a particular query?

Re: what is too large for an indexed field

2009-09-21 Thread Mark Miller
Park, Michael wrote: > I am trying to place the value of around 390,000 characters into a > single field. However, my search results have become inaccurate. Is > this too large? I tried bumping the maxFieldLength in the > solrconfig.xml file to 500,000 and it hasn't fixed the problem. > > > >