Re: Solr Search problem; cannot search the existing word in the index content

2010-06-02 Thread Mint o_O!
: Mint o_O! [mailto:mint@gmail.com] > Sent: 2010年6月3日 13:58 > To: solr-user@lucene.apache.org > Subject: Re: Solr Search problem; cannot search the existing word in the > index content > > Thanks for you advice. I did as you said and i still cannot search my > content. >

RE: Solr Search problem; cannot search the existing word in the index content

2010-06-02 Thread Zero Yao
; cannot search the existing word in the index content Thanks for you advice. I did as you said and i still cannot search my content. One thing i notice here i can search for only the words within first 100 rows or maybe bigger than this not sure but not all. So is it the limitation of the index it

Re: Solr Search problem; cannot search the existing word in the index content

2010-06-02 Thread Mint o_O!
Thanks for you advice. I did as you said and i still cannot search my content. One thing i notice here i can search for only the words within first 100 rows or maybe bigger than this not sure but not all. So is it the limitation of the index it self? When I create another sample content with only

Re: Solr Search problem; cannot search the existing word in the index content

2010-05-17 Thread Lance Norskog
backslash*rhode \*rhode may work. On Mon, May 17, 2010 at 7:23 AM, Erick Erickson wrote: > A couple of things: > 1> try searching with &debugQuery=on attached to your URL, that'll > give you some clues. > 2> It's really worthwhile exploring the admin pages for a while, it'll also > give you a wor

Re: Solr Search problem; cannot search the existing word in the index content

2010-05-17 Thread Erick Erickson
A couple of things: 1> try searching with &debugQuery=on attached to your URL, that'll give you some clues. 2> It's really worthwhile exploring the admin pages for a while, it'll also give you a world of information. It takes a while to understand what the various pages are telling you, but you'll

Solr Search problem; cannot search the existing word in the index content

2010-05-16 Thread Mint o_O!
Hi, I'm working on the index/search project recently and i found solr which is very fascinating to me. I followed the test successful from the tutorial page. Starting up jetty and run adding new xml (user:~/solr/example/exampledocs$ *java -jar post.jar *.xml*) so far so good at this stage. Now i