| clear query|facets|time |
Search criteria: schema.xml.
Results from 31 to 40 from
736 (0.501s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Problem with add a XML - Solr - [mail # user]
|
|
...You need to define fields in the schema.xml (and otherwise change the schema to match your data). -Yonik On Wed, Jun 11, 2008 at 3:46 AM, Thomas Lauer wrote: ...
|
|
|
Author: Yonik Seeley,
2008-06-12, 18:58
|
|
|
Re: Schema validator/debugger - Solr - [mail # user]
|
|
...I dropped your schema.xml directly into the Solr example (using Jetty), fired it up, and everything works fine!? Are you sure you are using the stock solrconfig.xml, etc? -Yonik On 4...
|
|
|
Author: Yonik Seeley,
2007-04-12, 20:41
|
|
|
Re: Custom scorer... - Solr - [mail # user]
|
|
...On 1/2/07, escher2k wrote: Both of these are in the schema... look through the provided example schema.xml -Yonik ...
|
|
|
Author: Yonik Seeley,
2007-01-03, 03:12
|
|
|
Re: Schema validator/debugger - Solr - [mail # user]
|
|
... into a log somewhere. Did you check the other Tomcat log files? Perhaps try putting your schema.xml into the example distributed with Solr (jetty based) and see what happens. -Yonik ...
|
|
...On 4/11/07, Andrew Nagy wrote: That certainly is strange... Sounds like you definitely hit some sort of Solr bug, but I don't see how an error in schema parsing can be lost w/o it going...
|
|
|
Author: Yonik Seeley,
2007-04-11, 16:22
|
|
|
clustering schema - Solr - [mail # dev]
|
|
.... java.lang.NullPointerException at org.apache.solr.schema.SortableIntField.write(SortableIntField.java:72) at org.apache.solr.schema.SchemaField.write(SchemaField.java:108) [...] It's because...
|
|
... a schema mismatch of course... I had already indexed data using the normal schema, and now we're using a different schema/config with the same data dir. I imagine this will be a common mistake...
|
[+ show more]
[- hide]
| .... Should we try to do this like SolrCell... just make it a lazy handler and reference the libs in solrconfig.xml? Oh wait... searchComponents can't be lazy I don't think... darn. I guess the only... |
| ... "fix" (it's not really a bug, just undesirable) is to try and get the schemas closer together? -Yonik http://www.lucidimagination.com ... |
|
|
Author: Yonik Seeley,
2009-10-20, 21:13
|
|
|
Re: Dynamic schema design: feedback requested - Solr - [mail # user]
|
|
... for the schema (whether it's on the local filesystem or on ZK). There are clear benefits to this being the persistence mechanism for the REST API. Even if the REST API persisted it's data in some...
|
|
... already have this intermediate representation - it's the in-memory IndexSchema object. -Yonik http://lucidworks.com ...
|
|
|
Author: Yonik Seeley,
2013-03-11, 18:22
|
|
|
Re: Dynamic schema design: feedback requested - Solr - [mail # user]
|
|
.... In local FS mode, it might be a very low cost (simply check the timestamp on the file for example). Code to re-read the schema and merge changes needs to be there anyway for cloud mode it seems...
|
|
.... *If* we needed to, we could just assert that the schema file is the persistence mechanism, as opposed to the system of record, hence if you hand edit it and then use the API to change it, your...
|
[+ show more]
[- hide]
| ... on ZK that represents the system of record for the schema seemed to be the best. I never even considered making it non-human readable (and thus non-editable by hand). -Yonik http://lucidworks.com ... |
|
|
Author: Yonik Seeley,
2013-03-11, 20:03
|
|
|
Re: Dynamic schema design: feedback requested - Solr - [mail # user]
|
|
...On Mon, Mar 11, 2013 at 5:51 PM, Chris Hostetter wrote: I guess I like a more breadth-first method (or at least that's what it feels like to me). You keep both options in mind as...
|
|
|
Author: Yonik Seeley,
2013-03-12, 01:27
|
|
|
[SOLR-3251] dynamically add field to schema - Solr - [issue]
|
|
...One related piece of functionality needed for SOLR-3250 is the ability to dynamically add a field to the schema....
|
|
|
http://issues.apache.org/jira/browse/SOLR-3251
Author: Yonik Seeley,
2013-02-06, 21:50
|
|
|
Re: Field collapsing bad performances, schema redesign - Solr - [mail # user]
|
|
...On Mon, Feb 4, 2013 at 10:34 AM, Mickael Magniez wrote: This is currently very inefficient - if you can live without retrieving the total number of groups, performance should be ...
|
|
|
Author: Yonik Seeley,
2013-02-04, 16:07
|
|
|
|