| clear query|facets|time |
Search criteria: SchemaField.
Results from 101 to 110 from
1645 (0.374s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: NO_NORMS and TOKENIZED? - Lucene - [mail # user]
|
|
...". If a dynamic field is found, the SchemaField for it (a template) is quickly cloned, with only the name being appropriately changed. Normal field definition (the type attribute refers to another part...
|
|
... of schema.xml): Dynamic field definitions: If I had to do it over again, I'd be tempted to further restrict the patterns so that they could be looked up...
|
[+ show more]
[- hide]
| ...On 2/19/07, Marvin Humphrey wrote: Yes, Solr does a simple prefix or suffix match. Solr looks up field type for a field in a Map, and if it doesn't find it, it checks it's "dynamic fields... |
| ... from a Map rather than linearly. This hasn't proved to be a problem so far though, as the number of field-types for dynamic fields normally remains small. -Yonik ... |
|
|
Author: Yonik Seeley,
2007-02-19, 16:45
|
|
|
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...
|
|
... the dynamic field for us) or subFieldSuffix? -Yonik http://www.lucidimagination.com On Thu, Dec 24, 2009 at 10:39 AM, wrote: ...
|
|
|
Author: Yonik Seeley,
2009-12-24, 15:44
|
|
|
[SOLR-3743] stored copyField targets, optimistic concurrency, atomic updates - Solr - [issue]
|
|
...Stored copyField targets do not work well with other solr features.
Consider the following getting started guide:
http://yonik.com/solr/getting-started/
After the document update, a get...
|
|
..._s.
A user using realtime-get and optimistic concurrency may run across the same issue. The other field stored field that is a copyField target is price_c....
|
|
|
http://issues.apache.org/jira/browse/SOLR-3743
Author: Yonik Seeley,
2012-10-17, 19:46
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b49) - Build # 219 - Failure! - Lucene - [mail # dev]
|
|
.../classes/' to classloader sion: LUCENE_40 olrconfig-elevate.xml hema xample field in schema is text d: id new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/checkout/s olr...
|
|
...-EXTERNAL-FILE FIELD.XML, SCHEMA-DFR.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, HYPHENATI ON.DTD, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, S TOPWORDS.TXT, PROTWORDS.TXT, SCHEMA...
|
[+ show more]
[- hide]
| ..., SOLRCONFIG-MASTER1.XML, SOLRCONFIG-TLOG.XML, BAD-SCHEMA-DUP-FIELD.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRC ONFIG-REPEATER.XML, BAD-SCHEMA... |
| ...-DUP-FIELDTYPE.XML, SCHEMA-REQUIRED-FIELDS.XM L, STOPTYPES-1.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, BAD-SCHEMA- NONTEXT-ANALYZER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA11.XML, SCHEMA15.XML, SOLRCONFIG... |
| .../lib/classes/' to classloader rsion: LUCENE_40 olrconfig-elevate.xml hema xample field in schema is text d: id new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/checkout/s olr... |
|
|
Author: Yonik Seeley,
2012-08-06, 20:32
|
|
|
Re: Facet on TrieDateField field without including date - Solr - [mail # user]
|
|
...On Wed, Feb 15, 2012 at 9:30 AM, Jamie Johnson wrote: Hmm, no there's no way to do this. Even if you were to write a custom faceting component, it seems like it would still be ve...
|
|
|
Author: Yonik Seeley,
2012-02-15, 14:49
|
|
|
Re: Facet on TrieDateField field without including date - Solr - [mail # user]
|
|
...On Wed, Feb 15, 2012 at 8:58 AM, Jamie Johnson wrote: Will range faceting do everything you need? http://wiki.apache.org/solr/SimpleFacetParameters#Facet_by_Range -Yonik lu...
|
|
|
Author: Yonik Seeley,
2012-02-15, 14:16
|
|
|
Re: Problems with field names in solr functions - Solr - [mail # user]
|
|
...In trunk, see: * SOLR-2335: New 'field("...")' function syntax for refering to complex field names (containing whitespace or special characters) in functions. The schema in trunk also...
|
|
|
Author: Yonik Seeley,
2012-05-14, 18:45
|
|
|
Re: Limiting facets for huge data - setting indexed=false in schema.xml - Solr - [mail # user]
|
|
...On Fri, Jul 31, 2009 at 3:19 PM, Yao Ge wrote: Indeed... it may just be a terminology issue. Likely it's one field with 3700 possible values. -Yonik http://www.lucidimagination.com ...
|
|
|
Author: Yonik Seeley,
2009-08-01, 11:10
|
|
|
Re: Computed fields - can I put a function in fl? - Solr - [mail # user]
|
|
...On Mon, Jul 16, 2012 at 4:43 AM, maurizio1976 wrote: Functions normally derive their values from the fieldCache... there isn't currently a function to load stored fields (e.g. your...
|
|
... "product" field"), but it's not a bad idea (given this usecase). Here's an example with the exampledocs that shows IN_STOCK_PRICE only if the item is in stock, and otherwise shows 0. This works...
|
[+ show more]
[- hide]
| ... because price is a single-valued indexed field that the fieldCache works on. http://localhost:8983/solr/query? q=*:* &fl=id, inStock, IN_STOCK_PRICE:if(inStock,price,0) -Yonik http://lucidimagination.com ... |
|
|
Author: Yonik Seeley,
2012-07-16, 09:17
|
|
|
[SOLR-1290] Implement single-valued FieldCache faceting for Trie* - Solr - [issue]
|
|
...Implement single-valued FieldCache faceting for Trie* on it's nativeFieldCache form...
|
|
|
http://issues.apache.org/jira/browse/SOLR-1290
Author: Yonik Seeley,
2012-09-07, 22:45
|
|
|
|
|
|
|