Re: Documents are indexed but not searchable

2009-12-21 Thread Erik Hatcher
solrconfig.xml controls where the index is built. Set it there to the absolute path of where you want the index. Erik On Dec 21, 2009, at 2:26 PM, krosan wrote: Hey, I just found out that my index is stored in the tomcat/solr dir, while my -Dsolr.solr.home parameter is set to

RE: Documents are indexed but not searchable

2009-12-21 Thread krosan
Hey, I just found out that my index is stored in the tomcat/solr dir, while my -Dsolr.solr.home parameter is set to a different place (E drive). The indexing is sent to the tomcat/solr dir, while the searching is done in my E drive. How can I make sure the index is done in the E dir as well? Tha

RE: Documents are indexed but not searchable

2009-12-21 Thread Ankit Bhatnagar
Try using luke - to view contents of index Ankit -Original Message- From: krosan [mailto:kro...@gmail.com] Sent: Monday, December 21, 2009 10:22 AM To: solr-user@lucene.apache.org Subject: Re: Documents are indexed but not searchable When searching for *:* I get this response

Re: Documents are indexed but not searchable

2009-12-21 Thread krosan
When searching for *:* I get this response: 0 9 *:* I'm guessing this means the documents aren't really in the index? However, I do get this reply when using the data-config debugger (with commit on): http://pastebin.com/m7a460711 And that obviously states "Indexing completed. Added/Upd

Re: Documents are indexed but not searchable

2009-12-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
just search for *:* and see if the docs are indeed there in the index. --Noble On Mon, Dec 21, 2009 at 9:26 AM, krosan wrote: > > Hi, > > I'm trying to test solr for a proof of concept project, but I'm having some > problems. > > I indexed my document, but when I search for a word which is 100% ce