You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Federico Grillini (JIRA)" <ji...@apache.org> on 2016/11/04 10:31:58 UTC

[jira] [Closed] (SOLR-3996) Solr 4.0.0: problems with character '/' in fields names

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

Federico Grillini closed SOLR-3996.
-----------------------------------
    Resolution: Not A Problem

> Solr 4.0.0: problems with character '/' in fields names
> -------------------------------------------------------
>
>                 Key: SOLR-3996
>                 URL: https://issues.apache.org/jira/browse/SOLR-3996
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0
>         Environment: Solr cloud configuration
> OS Linux
> Apache tomcat 6.0.29
> solr-spec 4.0.0.2012.10.06.03.04.33
> solr-impl 4.0.0 1394950 - rmuir - 2012-10-06 03:04:33
> jvm OpenJDK 64-Bit Server VM (14.0-b16)
>            Reporter: Federico Grillini
>
> Good morning,
> we have a document management system and we use solr for fulltext searches.
> Our documents have fields with the character '/' in their names - they come from xml documents and we use simple xpaths as fileds names.
> We have noticed some problems in queries:
> 1. the character '/' must be escaped also if it's not mentioned as a special character (http://lucene.apache.org/core/3_6_0/queryparsersyntax.html#Escaping%20Special%20Characters);
> 2. that character must not be escaped if specified in sorting rules or in required fields list.
> 3. in a fields list (parameter 'fl' in a query) a field with '/' in its name  must not be the first field if you don't want to get an error.
> I think there is a bug treating this character.
> Thanks for your help.



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