Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: SchemaField.   Results from 31 to 40 from 399 (3.904s).
Loading phrases to help you
refine your search...
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
....  quick search shows   IndexSchema.java - 3, "1" status codes   DirectUpdateHandler.java - 2, "2" status codes   UpdateHandler.java - 2, "1" status codes  everthing else has 500,400,503 ...
   Author: Ryan McKinley, 2007-03-04, 02:08
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
... all feel about returning an error when you add a document with unknown fields?  I spent a long time tracking down an error with a document set with an uppercase field name to something...
... configured with a lowercase field. ...
   Author: Ryan McKinley, 2007-03-03, 04:33
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
... would work until it was fixed.  If there is any interest, I can put this together.  The other one that can confuse you is if you add documents with fields that are undefined - rather...
... then getting an error, solr adds the fields that are defined (it may print out an exception somewhere, but i've never noticed it)    The 'new' RequestHandler framework (apache-solr-1.2-dev) returns...
   Author: Ryan McKinley, 2007-03-03, 02:42
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
...One trick i have used elsewhere is to output the loaded config and compare it to the initalazation config - if they are different, there may be a problem.  We could pretty easily add a ...
   Author: Ryan McKinley, 2007-03-05, 21:29
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
...For anyone not on the dev list, I just posted: http://issues.apache.org/jira/browse/SOLR-179  so it is not lost, I also posted Otis' bug report: http://issues.apache.org/jira/browse/SOL...
   Author: Ryan McKinley, 2007-03-04, 00:09
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
.../update  does send 200 even if there was an error.  after SOLR-173 we may want to change the default solrconfig to map /update so that everything has a consistent error format. &nb...
   Author: Ryan McKinley, 2007-03-03, 23:20
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
...On 3/3/07, Yonik Seeley  wrote:  i see whats happening...  I ran into this while writing the SolrDispatchFilter - had me stumped for a while.  The SolrServlet passes alon...
   Author: Ryan McKinley, 2007-03-03, 23:15
Re: merely a suggestion: schema.xml validator or better schema validation logging - Solr - [mail # user]
...I just looked into this - /trunk code is fine.  I wasn't noticing the errors because the response code is always 200 with an error included in the xml.  My code was only checking e...
   Author: Ryan McKinley, 2007-03-03, 21:57
Re: aaah, using trunk is fun! -- Illegal sort type: 2 - Solr - [mail # dev]
...thanks!  I replaced my code with this and it works fine now:          SortSpec sortSpec = builder.getSortSpec();         if( sortSpec.getSort() == null ) {           SchemaField sf...
... = builder.req.getCore().getSchema()             .getField( "somefield" );           sortSpec.setSort( new Sort( new SortField[] {               sf.getSortField( true...
   Author: Ryan McKinley, 2009-06-18, 00:16
[SOLR-4167] cleanup DocumentBuilder class/javadoc - Solr - [issue]
... Document toDocument( SolrInputDocument doc, IndexSchema schema ) The static/non-thread safe version is never used The javadoc comment: TODO: /!\ NOTE /!\ This semantics of this function...
http://issues.apache.org/jira/browse/SOLR-4167    Author: Ryan McKinley, 2013-03-05, 20:29
Sort:
project
Solr (334)
Lucene (64)
Tika (1)
type
mail # user (207)
mail # dev (138)
issue (54)
date
last 7 days (0)
last 30 days (0)
last 90 days (3)
last 6 months (6)
last 9 months (399)
author
Chris Hostetter (2621)
Erick Erickson (2022)
Yonik Seeley (1645)
Erik Hatcher (1227)
Michael McCandless (1051)
Otis Gospodnetic (1003)
Jack Krupansky (758)
Uwe Schindler (709)
Grant Ingersoll (679)
Lance Norskog (507)
Robert Muir (502)
Markus Jelsma (482)
Ahmet Arslan (464)
Shalin Shekhar Mangar (415)
Mark Miller (402)
Ryan McKinley