refactor and review indexing and search
---------------------------------------

                 Key: MRM-127
                 URL: http://jira.codehaus.org/browse/MRM-127
             Project: Maven Repository Manager
          Issue Type: Bug
          Components: indexing
    Affects Versions: 1.0-beta-1
            Reporter: Brett Porter
             Fix For: 1.0-beta-1


the indexing that is currently in place doesn't seem to be working well.
- creating the metadata index erases all artifacts
- the ms count for the initial index seems shorter than it takes
- design improvements needed

for search:
- general search simply iterates all fields looking for keywords, which 
probably doesn't rank optimally
- search fails on "maven" as it tries to load a metadata file that contains it 
incorrectly. It shouldn't need to read the metadata files of the search results.
- general search doesn't appear to search metadata
- design improvements needed


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to