Newbie Solr questions

2009-11-14 Thread yz5od2
Hi, I am new to Solr but fairly advanced with lucene. In the past I have created custom Lucene search engines that indexed objects in a Java application, so my background is coming from this requirement a) Since Solr is built on top of lucene, using SolrJ, can I still directly create cust

Re: Newbie Solr questions

2009-11-15 Thread yz5od2
index into a Solr Server? As long as the Lucene index matches the definitions in your schema you can use the same index. The data however needs to copied into a predictable location inside SOLR_HOME. Cheers Avlesh On Sun, Nov 15, 2009 at 9:26 AM, yz5od2 outdo...@yahoo.com>wrote: Hi, I a

Re: Newbie Solr questions

2009-11-15 Thread yz5od2
, Peter Wolanin wrote: Take a look at the example schema - you can have dynamic fields that are used based on wildcard matching to the field name if a field doesn't mtach the name of an existing field. -Peter On Sun, Nov 15, 2009 at 10:50 AM, yz5od2 outdo...@yahoo.com> wrote: Thanks for the r

Re: Newbie Solr questions

2009-11-16 Thread yz5od2
thanks, so there is no way to create custom documents/field via the SolrJ client API @ runtime.? On Nov 16, 2009, at 4:49 PM, Lance Norskog wrote: here is no way to create custom documents/fields via the SolrJ client @ runtime.