You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2016/10/02 02:41:20 UTC

[jira] [Closed] (SOLR-3269) name should not reject non-indexable query fields

     [ https://issues.apache.org/jira/browse/SOLR-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Rafalovitch closed SOLR-3269.
---------------------------------------
    Resolution: Won't Fix

defaultSearchField is long deprecated.

>  <defaultSearchField>name</defaultSearchField> should not reject non-indexable query fields
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3269
>                 URL: https://issues.apache.org/jira/browse/SOLR-3269
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 3.5
>            Reporter: Benson Margulies
>            Priority: Minor
>
> I have a custom query processing component that maps field names. So, I want the default field to be a field that is indexed='false', because a lucene index on it is useless. The RequestHandler I have takes that field from the query and maps it to booleans on other fields.
> It would be nice if the schema check did not reject my attempt to list this field as the default search field when it is not indexed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org