| clear query|facets|time |
Search criteria: SchemaField.
Results from 1 to 10 from
399 (0.314s).
|
|
|
Loading phrases to help you refine your search...
|
|
schema field properties - Solr - [mail # user]
|
|
...I'm revisiting SOLR-162 (the luke stuff) and run into a few questions about field specification... What is the difference between: SchemaField.isTokenized() and Field...
|
|
...Type.isTokenized() Is the lucene Field tokenized if either is true? How should I ask if a field is binary? (SchemaField.isBinary() is package protected and never called) Is there a per field way to specify "is...
|
[+ show more]
[- hide]
| ...Lazy"? If "enableLazyFieldLoading" is set to true, are all stored fields lazy? thanks ryan ... |
|
|
Author: Ryan McKinley,
2007-03-21, 01:29
|
|
|
Re: Example schema - fieldType phonetic - Lucene - [mail # dev]
|
|
...Ya, I suppose the PhoneticFilterFactory could check "DoubleMetaphone".equals( encoder ) and then create the specialized Filter. I don't feel strongly, but we could have: EncoderFilter ...
|
|
|
Author: Ryan McKinley,
2011-02-25, 14:14
|
|
|
Re: Example schema - fieldType phonetic - Lucene - [mail # dev]
|
|
... v = encoder.encode(value).toString(); in this case that is the primaryPhoneticValue On Thu, Feb 24, 2011 at 5:07 AM, Jan Høydahl wrote: ss="solr.TextField" > ="false"/> inject="false"/> ...
|
|
|
Author: Ryan McKinley,
2011-02-24, 15:54
|
|
|
Re: Example schema - fieldType phonetic - Lucene - [mail # dev]
|
|
...If I were to do it again... 'PhoneticFilter' should really be EncoderFilter since it just uses the encoder API to generate tokens. There is nothing specific to 'phonetic' -- In fact, when I ...
|
|
|
Author: Ryan McKinley,
2011-02-24, 17:10
|
|
|
Re: [jira] Assigned: (SOLR-217) schema option to ignore unused fields - Solr - [mail # dev]
|
|
...Chris Hostetter wrote: I think we should add this to: http://wiki.apache.org/solr/CommitPolicy ...
|
|
|
Author: Ryan McKinley,
2007-05-07, 23:43
|
|
|
Re: SOLR 1.2 - Updates sent containing fields that are not on the Schema fail silently - Solr - [mail # user]
|
|
...To be clear: solr *should* fail with an error if you send an unknown field. I just tested this with a clean checkout of 1.3-dev and 1.2 and in both cases I get an error 400 "unknown...
|
|
... field 'asgasdgasgd'" The suggestion to look at the "ignore option" is to make sure you don't have one -- this should be the only to add an arbitrary unknown field without an error. From...
|
[+ show more]
[- hide]
| .../exampledocs $ ./post.sh mem.xml this gives: HTTP ERROR: 400ERROR:unknown field 'asgasdgasgd' running either 1.2 or 1.3 ryan Daniel Alheiros wrote: ... |
|
|
Author: Ryan McKinley,
2007-11-29, 16:08
|
|
|
Re: SOLR 1.2 - Updates sent containing fields that are not on the Schema fail silently - Solr - [mail # user]
|
|
...Daniel Alheiros wrote: One thing I just thought of.... do you have a request handler defined at: If not, it uses a legacy 1.1 format that returns a 200 respon...
|
|
|
Author: Ryan McKinley,
2007-11-30, 14:36
|
|
|
Re: [newbie] how to debug the schema? - Solr - [mail # user]
|
|
... In general 'luke' is a great tool to figure out what may be happening in the index. (assuming you are running 1.2) check your schema fields from: http://localhost:8983/solr/admin/luke?show=schema...
|
|
|
Author: Ryan McKinley,
2007-08-08, 17:05
|
|
|
Re: searching for non-empty fields - Solr - [mail # user]
|
|
... adding something like: to the schema field should do it without needing to ensure it is not null or "" on the client side. ryan ...
|
|
|
Author: Ryan McKinley,
2007-09-27, 04:12
|
|
|
Re: Solr schema 1.3 -> 1.4-dev (changes?) - Solr - [mail # user]
|
|
...schema fields should be case sensitive... so DOCTYPE != doctype is the behavior different for you in 1.3 with the same file/schema? On Nov 19, 2008, at 6:26 PM, Jon Baer wrote: ...
|
|
|
Author: Ryan McKinley,
2008-11-19, 23:44
|
|
|
|