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/08/09 14:49:20 UTC

[jira] [Closed] (SOLR-6074) Field names with colons doesn't work on the query screen on the web UI

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

Alexandre Rafalovitch closed SOLR-6074.
---------------------------------------
    Resolution: Duplicate

Documentation was updated to clarify fully supported field names as part of the SOLR-6051

> Field names with colons doesn't work on the query screen on the web UI
> ----------------------------------------------------------------------
>
>                 Key: SOLR-6074
>                 URL: https://issues.apache.org/jira/browse/SOLR-6074
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 4.4
>         Environment: linux debian testing / LL(ighthttpd)MP stack with drupal as the web frontend
>            Reporter: Ariel Barreiro
>            Priority: Minor
>
> I was looking into a search not working from the frontend and I wanted to check on how the data was inserted. I was unable to run any proper query that provides useful results other than *:*.
> Even more, when I followed the links from the schema browser from the Top Results for the field I was interested in querying, I was redirected to the query and again no results although there's obviously some because they appear as top results on the search page.
> By speaking with steffkes in #irc, he pointed out that the field name in question had a colon in its name, like:
> "fieldname:name"
> So the search ended up being
> q=fieldname:name:DATA
> He suggested to escape the colon as fieldname\:name, but that made no difference.
> In the end, there was a setting in the drupal plugin I am using (https://drupal.org/project/search_api_solr) that mentioned about cleaning the field ids to remove that colon in the field name, which I tried, and then I coiuld properly use the web ui to query results. New field name is fieldname$name.
> I quote a bit of the README from that module related to this:
> "This will change the Solr field names used for all
>   fields whose Search API identifiers contain a colon (i.e., all nested fields)
>   to support some advanced functionality, like sorting by distance, for which
>   Solr is buggy when using field names with colons.
> "



--
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