| clear query|facets|time |
Search criteria: SchemaField.
Results from 71 to 80 from
1645 (0.793s).
|
|
|
Loading phrases to help you refine your search...
|
|
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: newbie Q regarding schema configuration - Solr - [mail # user]
|
|
...How much work it is might depend on how static or dynamic the tag-weighting is. If it's very static, you could simply use index-time boosts. If all tag weights were the same, you woul...
|
|
|
Author: Yonik Seeley,
2006-06-20, 14:43
|
|
|
Re: Ordering of fields - Solr - [mail # user]
|
|
...In 4.0 you can use the def function with pseudo-fields (returning function results as doc field values) http://wiki.apache.org/solr/FunctionQuery#def fl=a,b,c:def(myfield,10) -Yonik http...
|
|
|
Author: Yonik Seeley,
2012-08-29, 18:46
|
|
|
[SOLR-1111] fix FieldCache usage in Solr - Solr - [issue]
|
|
...Recent changes in Lucene have altered how the FieldCache is used and as-is could lead to previously working Solr installations blowing up when they upgrade to 1.4. We need to fix...
|
|
|
http://issues.apache.org/jira/browse/SOLR-1111
Author: Yonik Seeley,
2013-01-05, 02:07
|
|
|
Re: Sort on dynamic field - Solr - [mail # user]
|
|
...On Thu, Aug 16, 2012 at 8:00 AM, Peter Kirk wrote: Try adding sortMissingLast="true" to this type. -Yonik http://lucidworks.com...
|
|
|
Author: Yonik Seeley,
2012-08-16, 13:33
|
|
|
Re: SolrCloud and exernal file fields - Solr - [mail # user]
|
|
...On Tue, Nov 20, 2012 at 4:16 AM, Martin Koch wrote: 7M documents isn't that large. Is there a reason why you need so many shards (16 in your case) on a single box? -Y...
|
|
|
Author: Yonik Seeley,
2012-11-22, 14:53
|
|
|
Re: Solr 4.2 fl issue - Solr - [mail # user]
|
|
...When using a field name that doen't follow conventions (basically like Java identifiers), try this: fl=field(098765-765-788558-7654_userid) Or enclose it in quotes if it's really a whacky...
|
|
... field name: fl=field("098765-765-788558-7654_userid") -Yonik http://lucidworks.com On Thu, Apr 18, 2013 at 2:52 AM, William Bell wrote: ...
|
|
|
Author: Yonik Seeley,
2013-04-18, 15:06
|
|
|
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]
|
|
...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]
|
|
... 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
|
|
|
|