You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Pravin Dabhade (JIRA)" <ji...@apache.org> on 2008/12/22 09:10:44 UTC

[jira] Created: (SOLR-933) Not able to search word with camel case like "EarthWatch"

Not able to search word with camel case like "EarthWatch"
---------------------------------------------------------

                 Key: SOLR-933
                 URL: https://issues.apache.org/jira/browse/SOLR-933
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 1.2
         Environment: Solr 1.2
            Reporter: Pravin Dabhade
            Priority: Minor


I am indexing the username as "EarthWatch" in Solr 1.2 , I am  using lowercase filter for query and indexing but still not able to search username like "EarthWatch"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-933) Not able to search word with camel case like "EarthWatch"

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley resolved SOLR-933.
--------------------------------

    Resolution: Invalid

Hi Pravin -- this is not a bug... what you search for and how you search for it is defined by your schema.xml

Try asking this question on solr-user@lucene -- it should be relativly easy to figure out what is happening.

also check out the /admin/analysis.jsp page to help understand how your index and query are tokenized.

> Not able to search word with camel case like "EarthWatch"
> ---------------------------------------------------------
>
>                 Key: SOLR-933
>                 URL: https://issues.apache.org/jira/browse/SOLR-933
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.2
>         Environment: Solr 1.2
>            Reporter: Pravin Dabhade
>            Priority: Minor
>
> I am indexing the username as "EarthWatch" in Solr 1.2 , I am  using lowercase filter for query and indexing but still not able to search username like "EarthWatch"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-933) Not able to search word with camel case like "EarthWatch"

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658469#action_12658469 ] 

Shalin Shekhar Mangar commented on SOLR-933:
--------------------------------------------

Pravin, have you specified the LowerCaseFilter on both indexing and querying? Did you re-index your documents after making the changes?

> Not able to search word with camel case like "EarthWatch"
> ---------------------------------------------------------
>
>                 Key: SOLR-933
>                 URL: https://issues.apache.org/jira/browse/SOLR-933
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.2
>         Environment: Solr 1.2
>            Reporter: Pravin Dabhade
>            Priority: Minor
>
> I am indexing the username as "EarthWatch" in Solr 1.2 , I am  using lowercase filter for query and indexing but still not able to search username like "EarthWatch"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.