mattgodbolt / zindex

Create an index on a compressed text file
BSD 2-Clause "Simplified" License
620 stars 37 forks source link

Allow users to index the line column, for complex raw queries. Add In… #23

Closed andreweskeclarke closed 8 years ago

andreweskeclarke commented 8 years ago

…dexConfig to wrap our numerous boolean flags

andreweskeclarke commented 8 years ago

@mattgodbolt I added a config wrapper around the boolean flags, but wasn't sure if I followed normal conventions in placing it in Index, or adding the constructors (or any other weird things there).

andreweskeclarke commented 8 years ago

@mattgodbolt I went with the IndexConfig.withNumeric(true)... approach, and removed the redundant constructor and fields.

mattgodbolt commented 8 years ago

LGTM! thanks!