Re: Dynamically create new fields

2013-06-13 Thread Steve Rowe
I wrote a blog post about this stuff here: . - Steve On Jun 12, 2013, at 3:26 PM, Chris Hostetter wrote: > > : Dynamically adding fields to schema is yet to get released.. > : > : https://issues.apache.org/jira/browse/SOLR-3251 > > Jus

RE: Dynamically create new fields

2013-06-12 Thread Van Tassell, Kristian
Great, thank you! -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Wednesday, June 12, 2013 2:27 PM To: solr-user@lucene.apache.org Subject: Re: Dynamically create new fields : Dynamically adding fields to schema is yet to get released.. : : https

Re: Dynamically create new fields

2013-06-12 Thread Chris Hostetter
: Dynamically adding fields to schema is yet to get released.. : : https://issues.apache.org/jira/browse/SOLR-3251 Just to clarify... *explicitly* adding fields dynamicly based on client commands has been implimented and will be included in Solr 4.4 *implicitly* adding fields dynamically base

Re: Dynamically create new fields

2013-06-12 Thread bbarani
the new fields.. schema.xml example: This way we were able to access the facets using the fieldname followed by keyword 'Facet' For ex: name field has facet field nameFacet -- View this message in context: http://lucene.472066.n3.nabble.com/Dynamically-create-

Dynamically create new fields

2013-06-12 Thread Van Tassell, Kristian
We have a need to dynamically create new fields. These fields would mostly be used for new facet types. While I could modify, as needed, the schema, that presents some deployment issues (such as needing to restart the Solr service). Whereas, something such as elasticsearch's schema-free