Modify ↓
#2271 closed enhancement (fixed)
search source code
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | search system | Version: | 0.9b2 |
| Severity: | normal | Keywords: | source code search |
| Cc: | mbertier@…, bruno@…, m@… | ||
| Release Notes: | |||
| API 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 Changed 8 years ago by anonymous
comment:2 Changed 8 years ago by anonymous
- Cc mbertier@… added
comment:3 Changed 7 years ago by mgood
- Summary changed from gonzui integration or plugin to search source code
generalizing the summary
comment:4 Changed 7 years ago by anonymous
- Cc bruno@… added
comment:5 Changed 7 years ago by athomas
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 Changed 7 years ago by athomas
- Resolution set to fixed
- Status changed from new to 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 Changed 7 years ago by Markus Tacker <m@…>
- Cc m@… 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.