New user questions

2008-11-21 Thread phil cryer
I've gotten Solr up and running, I can ingest the demo objects and query them via the admin tool, so far so good. Now, how do I ingest some basic XML, how can I pull from an existing MySQL database, what about pulling records in via OAI? I'm assuming I need to write some schemas for that, can som

Re: [VOTE] Community Logo Preferences

2008-11-23 Thread phil cryer
https://issues.apache.org/jira/secure/attachment/12394282/solr2_maho_impression.png https://issues.apache.org/jira/secure/attachment/12394475/solr2_maho-vote.png https://issues.apache.org/jira/secure/attachment/12394268/apache_solr_c_red.jpg On Sun, Nov 23, 2008 at 10:59 AM, Ryan McKinley <[EMAIL

importing csv into Solr

2008-12-11 Thread phil cryer
I can't import csv files into Solr - I've gone through the wiki and all the examples online, but I've hit the same error - what am I'm doing wrong? curl 'http://localhost:8080/solr/update/csv?commit=true' --data-binary @green.csv -H 'Content-type:text/plain; charset=utf-8' -s -u solrAdmin:solrAdmi

Beginner: importing own data

2009-01-08 Thread phil cryer
So I have Solr running, I've run through the tutorials online, can import data from the example xml and see the results, so it works! Now, I take some xml data I have, convert it over to the add / doc type that the demo ones are, run it and find out which fields aren't defined in schema.xml, I add

Re: Beginner: importing own data

2009-01-09 Thread phil cryer
tively reopen the index. >> >> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> >> - Original Message >>> From: phil cryer >>> To: solr-user@lucene.apache.org >>> Sent: Thursday

Re: Beginner: importing own data

2009-01-09 Thread phil cryer
tainer) 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 > > > > - Original Message >> From: phil cryer >>

Re: Beginner: importing own data

2009-01-10 Thread phil cryer
gt; http://wiki.apache.org/solr/DisMaxRequestHandler > > On Fri, Jan 9, 2009 at 8:35 PM, phil cryer wrote: >> >> 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 >>