Modify ↓
      
#2271 closed enhancement (fixed)
search source code
| Reported by: | anonymous | Owned by: | Jonas Borgström | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | search system | Version: | 0.9b2 | 
| Severity: | normal | Keywords: | source code search | 
| Cc: | mbertier@…, bruno@…, m@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
a very nice feature would be the integration of http://gonzui.sourceforge.net/ and extend search by "code" check box, and extend the search in changesets also to a gonzui search.
Attachments (0)
Change History (7)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Cc: | added | 
|---|
comment:3 by , 20 years ago
| Summary: | gonzui integration or plugin → search source code | 
|---|
generalizing the summary
comment:4 by , 20 years ago
| Cc: | added | 
|---|
comment:5 by , 20 years ago
This plugin may meet some needs.
It is written purely in Python though, so it will probably not be good for big repositories.
comment:6 by , 20 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
I've added an indexer to the RepoSearchPlugin and it is quiet snappy now. The initial index still takes quite some time but subsequent commits are processed incrementally and are quite fast.
comment:7 by , 20 years ago
| Cc: | added | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
ben collins sussmann wrote that he did a pylucene post-commit hook, which should be similar if you restrict trac to svn: http://svn.haxx.se/dev/archive-2005-10/0330.shtml.