Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: schema.xml.   Results from 1 to 7 from 7 (0.304s).
Loading phrases to help you
refine your search...
Custom information in schema.xml - Solr - [mail # user]
...Hi,  I am using SolrJ and the latest build of Solr 1.3 I want to add some custom information to schema.xml and then access it from within my application.  Ideally, I would like to enhance...
... the field definitions in schema.xml to something like            and then be able to access the displaylevel value from my application.  Is there any way of doing this?  Thanks, Nikhil ...
   Author: Nikhil Chhaochharia, 2008-07-31, 10:36
Field specific synonyms - Solr - [mail # user]
... Hi,  I am using the 'text' fieldType from the sample schema.xml of Solr.  I have multiple fields which are of 'text' type but I want to use separate synonym files for each of the fields...
   Author: Nikhil Chhaochharia, 2008-02-25, 11:22
updateLog in Solr 4.1 - Solr - [mail # user]
... and Solr failed to start. It looks like an updateLog in essential in Solr 4.1  The description for updateLog in solrconfig.xml says "The log can grow as big as uncommitted changes to the index, so...
   Author: Nikhil Chhaochharia, 2013-01-20, 04:11
Re: CoreDescriptor explanation and possible bug - Solr - [mail # user]
... problem in another way, I have a solrconfig.xml but no schema.xml.  I create a IndexSchema object at runtime.  I want to now get a SolrCore object.  Thanks, Nikhil      From: Henrib  To: solr...
... for the benefit of those who might stumble upon this through a websearch - this is not a HOWTO but my best guess which may not be correct)  1.  CoreContainer.Initializer.setSolrConfigFilename("path/solrconfig.xml...
[+ show more]
   Author: Nikhil Chhaochharia, 2008-08-28, 12:42
Re: CoreDescriptor explanation and possible bug - Solr - [mail # user]
...:     public SolrCore nikhilInit(final IndexSchema indexSchema) {     final String solrConfigFilename = "solrconfig.xml"; // or else     CoreContainer.Initializer init = new Core...
...Config.getResourceLoader().getInstanceDir());         dcore.setConfigName(solrConfig.getResourceName());         dcore.setSchemaName(indexSchema.getResourceName());         SolrCore core = new SolrCore( "", null, solrConfig, indexSchema, dcore...
   Author: Nikhil Chhaochharia, 2008-08-28, 14:21
Re: CoreDescriptor explanation and possible bug - Solr - [mail # user]
...[EMAIL PROTECTED] Sent: Thursday, 28 August, 2008 7:04:12 PM Subject: Re: CoreDescriptor explanation and possible bug   Seems you want something like:    public SolrCore nikhilInit(final IndexSchema indexSchema...
...) {     final String solrConfigFilename = "solrconfig.xml"; // or else     CoreContainer.Initializer init = new CoreContainer.Initializer() {       @Override       public CoreContainer initialize...
[+ show more]
   Author: Nikhil Chhaochharia, 2008-08-28, 14:06
Re: CoreDescriptor explanation and possible bug - Solr - [mail # user]
...SolrServer, I was creating a new SolrCore by creating new IndexSchema and SolrConfig objects.  It was working for me and I never bothered to use MultiCore.  Now, it seems that a lot has changed...
   Author: Nikhil Chhaochharia, 2008-08-28, 14:28
Sort:
project
Solr (7)
type
mail # user (7)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (7)
author
Chris Hostetter (1358)
Yonik Seeley (735)
Erick Erickson (629)
Erik Hatcher (508)
Jack Krupansky (389)
Otis Gospodnetic (383)
Uwe Schindler (327)
Shalin Shekhar Mangar (323)
Lance Norskog (321)
Ryan McKinley (308)
Markus Jelsma (294)
Robert Muir (279)
Mark Miller (249)
Grant Ingersoll (247)
Shawn Heisey (245)
Nikhil Chhaochharia