http://defect.opensolaris.org/bz/show_bug.cgi?id=19156

           Summary: Adding chars other than [a-zA-Z0-9] to identifiers.
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Investigate indexing certain single chars. 

The need arose for me to search our repository for all sql statements that
contained a wildcard character, i.e. "select * from". This did not work as
single characters are not indexed. I understand the complexity as java comments
contain such characters. 

In addition I found this regarding Lucene:
https://issues.apache.org/jira/browse/LUCENE-588 
It relates to certain regex characters not being analyzed. 
Quote: "...The escape characters are removed in QueryParser". 

I understand there is a batch attached to that bug, but don't know if it is in
the current release.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to