11.05.2016 Views

Apache Solr Reference Guide Covering Apache Solr 6.0

21SiXmO

21SiXmO

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

{<br />

...<br />

...<br />

}<br />

"fieldTypes": [<br />

{<br />

"analyzer": {<br />

"class": "solr.TokenizerChain",<br />

"filters": [<br />

{<br />

"class": "solr.LowerCaseFilterFactory"<br />

},<br />

{<br />

"class": "solr.TrimFilterFactory"<br />

},<br />

{<br />

"class": "solr.PatternReplaceFilterFactory",<br />

"pattern": "([^a-z])",<br />

"replace": "all",<br />

"replacement": ""<br />

}<br />

],<br />

"tokenizer": {<br />

"class": "solr.KeywordTokenizerFactory"<br />

}<br />

},<br />

"class": "solr.TextField",<br />

"dynamicFields": [],<br />

"fields": [],<br />

"name": "alphaOnlySort",<br />

"omitNorms": true,<br />

"sortMissingLast": true<br />

},<br />

{<br />

},<br />

"class": "solr.TrieFloatField",<br />

"dynamicFields": [<br />

"*_fs",<br />

"*_f"<br />

],<br />

"fields": [<br />

"price",<br />

"weight"<br />

],<br />

"name": "float",<br />

"positionIncrementGap": "0",<br />

"precisionStep": "0"<br />

List Copy Fields<br />

GET / collection/schema/copyfields<br />

INPUT<br />

Path Parameters<br />

<strong>Apache</strong> <strong>Solr</strong> <strong>Reference</strong> <strong>Guide</strong> <strong>6.0</strong><br />

88

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!