You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/08/11 19:28:00 UTC

[jira] [Commented] (SOLR-15230) Missing fields and dynamicfields from schema/fieldtypes API

    [ https://issues.apache.org/jira/browse/SOLR-15230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397574#comment-17397574 ] 

ASF subversion and git services commented on SOLR-15230:
--------------------------------------------------------

Commit 834d6668d5ab68427a20427ac078f9c74d82eedf in lucene-solr's branch refs/heads/branch_8x from Cassandra Targett
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=834d666 ]

SOLR-15230 & SOLR-15495, plus misc typos, duplicated words, etc.


> Missing fields and dynamicfields from schema/fieldtypes API
> -----------------------------------------------------------
>
>                 Key: SOLR-15230
>                 URL: https://issues.apache.org/jira/browse/SOLR-15230
>             Project: Solr
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Andras Salamon
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> SOLR-8736 removed some schema API GET functionality in Solr 6.0, but it was added back by SOLR-8992 in Solr 6.0.1
> I think some of the functionality is still missing:
> {{schema/fieldtypes}} and {{schema/fieldtypes/typename}} does not give the following information anymore:
>  * {{fields}}: the fields with the given field type
>  * {{dynamicFields}}: the dynamic fields with the given field type
> Here is a sample output for {{text_general}}:
> {noformat}
> {
>   "responseHeader":{
>     "status":0,
>     "QTime":1},
>   "fieldType":{
>     "name":"text_general",
>     "class":"solr.TextField",
>     "positionIncrementGap":"100",
>     "multiValued":true,
>     "indexAnalyzer":{
>       "tokenizer":{
>         "class":"solr.StandardTokenizerFactory"},
>       "filters":[{
>           "class":"solr.StopFilterFactory",
>           "words":"stopwords.txt",
>           "ignoreCase":"true"},
>         {
>           "class":"solr.LowerCaseFilterFactory"}]},
>     "queryAnalyzer":{
>       "tokenizer":{
>         "class":"solr.StandardTokenizerFactory"},
>       "filters":[{
>           "class":"solr.StopFilterFactory",
>           "words":"stopwords.txt",
>           "ignoreCase":"true"},
>         {
>           "class":"solr.SynonymGraphFilterFactory",
>           "expand":"true",
>           "ignoreCase":"true",
>           "synonyms":"synonyms.txt"},
>         {
>           "class":"solr.LowerCaseFilterFactory"}]}}}  {noformat}
> I tested it using Solr 7.4 and Solr 8.4



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org