Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate (optionally) with Lucy for indexing #34

Open
fgabolde opened this issue Feb 2, 2015 · 0 comments
Open

Integrate (optionally) with Lucy for indexing #34

fgabolde opened this issue Feb 2, 2015 · 0 comments

Comments

@fgabolde
Copy link
Member

fgabolde commented Feb 2, 2015

This one is a doozy.

For the best results, we'd need

  • three Lucy indexes: one for methods and attributes (use PPI to detect Moo(se)-generated methods?), one for the code in general (skip non-sigil punctuation), one for the POD, with highlighting enabled, and backlinks to the generated POD if we can (for methods)
  • a copy of the code with the unrendered POD, for the code search result highlights -- we should estimate the size on disk of the resulting files
  • an additional pass during indexing for the aforementioned Lucy search indexes
  • a better search interface...

All this stuff needs to be optional, which will be an interesting challenge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant