| clear query|facets|time |
Search criteria: schema.xml.
Results from 11 to 20 from
735 (0.516s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
...On 3/2/07, Ryan McKinley wrote: I don't think that's what I was actually going for in this instance (the schema). I was focused on getting correct stuff to work correctly, and worry about...
|
|
|
Author: Yonik Seeley,
2007-03-03, 04:11
|
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
...Hi Jed, NullPointerException when adding a document w/o the uniqueKey field is a known bug, and should be fixed shortly. If the actual schema was null, then that was probably some problem...
|
|
... parsing the schema. If that's the case, hopefully you saw an exception in the logs on startup? Anyway, I agree that some config errors could be handled in a more user-friendly manner...
|
|
|
Author: Yonik Seeley,
2007-03-02, 15:28
|
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
... range and could be thrown during a query (most of the "1" return codes had to do with schema or config parsing I think). Any I missed should be fixed. That sounds fine. I didn't realize...
|
|
|
Author: Yonik Seeley,
2007-03-04, 01:54
|
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
...On 3/3/07, Ryan McKinley wrote: /select should already use HTTP error codes, right? -Yonik...
|
|
|
Author: Yonik Seeley,
2007-03-03, 22:26
|
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
...On 3/3/07, Jed Reynolds wrote: Yes. You should get an error if you add a document with a field that doesn't match a defined field or a dynamic field. There still may ...
|
|
|
Author: Yonik Seeley,
2007-03-03, 20:17
|
|
|
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
|
|
...On 3/2/07, Ryan McKinley wrote: +1 dynamicField definitions can be used if desired (including "*" to match every undefined field). -Yonik...
|
|
|
Author: Yonik Seeley,
2007-03-03, 18:26
|
|
|
Re: solr java client code and XML schema - Solr - [mail # user]
|
|
... supports custom request handlers, where people can add relatively arbitrary data to a response (Maps, Lists/Arrays, etc). The current XML format reflects this flexibility. One can choose different...
|
|
... output formats (response writers), so when a request handler adds an integer array to a response, it could be written by the xml response writer as 12 or by the JSON response writer as [1...
|
[+ show more]
[- hide]
| ...,2] If you want a different XML format, there are a few ways to do it: - a custom response writer - server side XSLT transformation via the xslt response writer Hopefully if you come up... |
| ... with Digester rules for Solr, or another XML format that people find useful, you could contribute it back (with your employer's permission of course). -Yonik ... |
|
|
Author: Yonik Seeley,
2007-04-21, 20:55
|
|
|
Re: Home for XML Schema? (SOLR-17) - Solr - [mail # dev]
|
|
...On 5/26/06, Mike Baranczak wrote: I like the idea of adding schema support for Solr's output, but I'm afraid most of my XML experience is with non-validated stuff. Can we use a full name...
|
|
... like that w/o clients trying to hit the real lucene.apache.org website looking for the schema? I assume the xsd would go under webapp/resources somewhere? -Yonik ...
|
|
|
Author: Yonik Seeley,
2006-05-26, 19:23
|
|
|
Re: svn commit: r893781 - /lucene/solr/trunk/example/solr/conf/schema.xml - Solr - [mail # dev]
|
|
...So, what do people think about adding this documentation to the point type... helpful? confusing? Opinions on the example schema... should we use subFieldType (i.e. have the type create...
|
|
|
Author: Yonik Seeley,
2009-12-24, 15:44
|
|
|
Re: question about text field and WordDelimiterFilter in example schema.xml - Solr - [mail # user]
|
|
...On Tue, Oct 27, 2009 at 10:31 PM, Bill Au wrote: Right. The limitations are known... but we don't have a good workaround at this point. Same problem as support...
|
|
|
Author: Yonik Seeley,
2009-10-28, 03:43
|
|
|
|