Re: Beginner: importing own data

2009-01-10 Thread phil cryer
Ah! That got me going, thanks so much! I've also created a all_Text field in my schema where I can dump a bunch of other fields so they're search-able. Again, I appreciate all the above replies. P On Fri, Jan 9, 2009 at 10:48 AM, Shalin Shekhar Mangar wrote: > You were searching for "1899" wh

Re: Beginner: importing own data

2009-01-09 Thread Shalin Shekhar Mangar
You were searching for "1899" which is the value of the "date" field in the document you added. You need to specify q=date:1899 to search on the date field. You can also use the "" element in schema.xml to specify the field on which you'd like to search if no field name is specified in the query.

Re: Beginner: importing own data

2009-01-09 Thread phil cryer
Otis Thanks for your reply, I wrote out a long email explaining the steps I took, and the results, but it was returned by the Solr-user email server stamped as spam. I've put my note on pastebin, you can see it here: http://pastebin.cryer.us/pastebin.php?show=m359e2e47 I'd appreciate any feedback

Re: Beginner: importing own data

2009-01-09 Thread phil cryer
Paul I have looked at those, but want to learn how to do the easy things first - as I posted below I can import example data and then search against it. Data that I've tried to import seems to import, but I can't search/find it, I want to know how to do this first, so if you have any idea, I would

Re: Beginner: importing own data

2009-01-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
did you explore using SolrJ to index data? http://wiki.apache.org/solr/Solrj or DataImportHandler. http://wiki.apache.org/solr/DataImportHandler On Fri, Jan 9, 2009 at 3:49 AM, Otis Gospodnetic wrote: > Phil, > > The easiest thing to do at this stage in Solr learning experience is to > restart

Re: Beginner: importing own data

2009-01-08 Thread Otis Gospodnetic
Phil, The easiest thing to do at this stage in Solr learning experience is to restart Solr (servlet container) and redo the search. Results shouls start showing up then because this will effectively reopen the index. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - O