You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2009/09/18 13:47:16 UTC

[jira] Resolved: (JCR-2312) Issues with Search

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

Marcel Reutegger resolved JCR-2312.
-----------------------------------

    Resolution: Invalid

Please only create an issue when you are sure that you have identified a bug.

The behaviour you are seeing is not a bug, but depends on the configured analyzer, which per default does not tokenize URLs in content. Instead the complete URL is considered as one token. You can change that behaviour by writing a custom Analyzer an configure the repository accordingly. See also: http://wiki.apache.org/jackrabbit/Search (parameter: analyzer).

> Issues with Search
> ------------------
>
>                 Key: JCR-2312
>                 URL: https://issues.apache.org/jira/browse/JCR-2312
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>         Environment: Windows / linux, oracle 
>            Reporter: premkumar
>
> Hi,
> I uploaded one .txt file using JCR.  The txt file having list of URLs.  When I give the whole URL and search, I'm able to get the file. But when I search the particular string from that URL, It is not returning me the file.
> Specially the we unable to search the word beside with the special character. 
> We are setting the mimetype plain/text for .txt files
> for example:
> http://www.aswinanand.com/sendsms.php?wsdl  - getting file
> aswinanand - not getting file

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