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
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.
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
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
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
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