[ http://jira.codehaus.org/browse/MRM-127?page=comments#action_70572 ] Brett Porter commented on MRM-127: ----------------------------------
the searcher will not be reading from the repository, just the index. I've put a design doc in SVN - let me know if you think anything is missing > 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 > Assigned To: Brett Porter > Fix For: 1.0-beta-1 > > Original Estimate: 6 hours > Remaining Estimate: 6 hours > > 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
