flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Better indexing of filenames #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After 1.0, we should improve the indexing of filenames.

In particular, the basename should be split in various ways: eg
"FileNode14" should be indexed as "filenode", "filenode14", "file", "node",
"node14", "14"

Also, we should do something with the path (but exclude common prefixes,
like /home/ and C:/Program Files).

Original issue reported on code.google.com by boulton.rj@gmail.com on 11 Oct 2007 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 19 Aug 2009 at 3:16

GoogleCodeExporter commented 9 years ago
We now provide a search box for part of the filename, but the filename isn't 
split
any further than between slash separators.

Original comment by lemurcon...@gmail.com on 3 Sep 2009 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 18 Feb 2010 at 11:23