root/projects

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @416 [416] 7 months matt Added unit tests.
(edit) @415 [415] 7 months matt Work on NUMERIC, DATETIME, and BOOLEAN field types. Changes instances of …
(edit) @414 [414] 7 months matt Fixed docstring problem.
(edit) @413 [413] 7 months matt Added writing.AsyncWriter?. Removed obsolete call to FileIndex?.unlock(). …
(edit) @412 [412] 7 months matt Switched from directory creation to new fcntl/msvcrt file locking scheme …
(edit) @411 [411] 7 months matt Created branch to work on socket-based index mutex.
(edit) @410 [410] 7 months matt Removed autohelp for Paginator object.
(edit) @409 [409] 7 months matt Added qparser package to setup.py. Added Searcher.search_page() method and …
(edit) @408 [408] 7 months matt Fixed NullFragmenter? so it encompasses the entire input text, even if the …
(edit) @407 [407] 7 months matt Added copy() method to Schema.
(edit) @406 [406] 7 months matt Changed instances of unicode.encode() and str.decode() to use encoder and …
(edit) @405 [405] 8 months matt Changed query.AndNot? to use a filter instead of AndNotScorer?, because the …
(edit) @404 [404] 8 months matt Reorganized qparser module into a package. Added DisMaxParser?. Reorganized …
(edit) @403 [403] 8 months matt Switched to faster implementation of minmatch check in UnionScorer?.
(edit) @402 [402] 8 months matt Added DisjunctionMax? to docs.
(edit) @401 [401] 8 months matt Added DisjunctionMax? query. Added minmatch to Or query/UnionScorer. Fixed …
(edit) @400 [400] 8 months matt Added ability to limit number of term classes generated by …
(edit) @399 [399] 8 months matt Fixed docstrings of Query.all_terms() and Query.existing_terms() to …
(edit) @398 [398] 8 months matt Changed Query.all_terms() and Query.existing_terms() so they return a set.
(edit) @397 [397] 8 months matt Fixed issue with term mapping in highlight.HtmlFormatter?.
(edit) @396 [396] 8 months matt Added HtmlFormatter? to docs. Minor docstring fix.
(edit) @395 [395] 8 months matt Added unit tests for Query methods.
(edit) @394 [394] 8 months matt Added "phrases" argument to Query.all_terms() and Query.existing_terms(). …
(edit) @393 [393] 8 months matt Fixed NullFragmenter? signature and initializer. Fixed bugs in …
(edit) @392 [392] 8 months matt Fixed "not" test to (a) not collide with an existing method, and (b) …
(edit) @391 [391] 8 months matt Added simple NOT search tests.
(edit) @390 [390] 8 months matt Cleaned up BitVector? boolean operation methods.
(edit) @389 [389] 8 months matt Added wikiparser.textify, wikiparser.core.Events. Renamed Replace to …
(edit) @388 [388] 8 months matt Top-level Not queries now return results instead of raising an exception. …
(edit) @387 [387] 8 months matt Removed dedent option from PyConsole?... the content will always be …
(edit) @386 [386] 8 months matt Added PyConsole? block matcher. Added expression argument to block matcher …
(edit) @385 [385] 8 months matt Added promote_elements function, cleaned up use of etree API.
(edit) @384 [384] 8 months matt Converted context argument to custom class instead of just a dict. Cleaned …
(edit) @383 [383] 8 months matt Removed obsolete code.
(edit) @382 [382] 8 months matt Added line_start argument to regex-based matchers.
(edit) @381 [381] 8 months matt
(edit) @380 [380] 8 months matt Added Matcher.line_start to treat matchers that match after newlines …
(edit) @379 [379] 8 months matt Fixed up Not attributes, added unit tests.
(edit) @378 [378] 8 months matt Switched to chartable based lookup of matchers in Mixed.
(edit) @377 [377] 8 months matt Added new test suite for tests of specific markup matches.
(edit) @376 [376] 8 months matt Another gigantic commit of ongoing work. :(
(edit) @375 [375] 9 months matt Added whoosh.highlight.HtmlFormatter?, minor docs changes to …
(edit) @374 [374] 9 months matt Adding wikiparser.filters.init to version control.
(edit) @373 [373] 9 months matt Big stupid commit of various updates from the last while.
(edit) @372 [372] 10 months matt Bumped revision.
(edit) @371 [371] 10 months matt Added explanation to EmptyIndexError?.
(edit) @370 [370] 10 months matt Changed frozenset() to None because it has the same effect without …
(edit) @369 [369] 10 months matt Fixes to suggestions_and_scores().
(edit) @368 [368] 10 months matt Added Searcher.fieldnum_to_name() method.
(edit) @367 [367] 10 months matt Added MultiWeighting?, uses different weighting classes for different …
(edit) @366 [366] 10 months matt Added IndexReader?.most_distinctive_terms(), returns the N words with the …
(edit) @365 [365] 10 months matt Fixed MultifieldParser? when the user explicitly specifies a field that's …
(edit) @364 [364] 10 months matt Bumped revision number.
(edit) @363 [363] 10 months matt Convert self.N value to float to try to avoid integer division.
(edit) @362 [362] 10 months matt Added link to packages.python.org online docs. Changed development status …
(edit) @361 [361] 10 months matt Added config for upload_sphinx
(edit) @360 [360] 10 months matt Fixed sphinx references for functions that changed to classes.
(edit) @359 [359] 10 months matt Bumped revision number.
(edit) @358 [358] 10 months matt Added unit test for SpellChecker?.suggestions_and_scores().
(edit) @357 [357] 10 months matt Split SpellChecker?.suggest() into suggestions_and_scores() and suggest(), …
(edit) @356 [356] 10 months matt Updated spell-checker docs to reflect change to Query.existing_terms() …
(edit) @355 [355] 10 months matt Added test for indexing field lengths longer than the maximum storable …
(edit) @354 [354] 10 months matt Added check to not store too-large values in field length array.
(edit) @353 [353] 10 months matt Bumped revision number.
(edit) @352 [352] 10 months matt Don't open the posting file until asked, and close it in the close() …
(edit) @351 [351] 10 months matt Added Weighting.final() method, which can change the final score of a …
(edit) @350 [350] 10 months matt Bumped revision number.
(edit) @349 [349] 10 months matt Added a copy() method to the Results object.
(edit) @348 [348] 11 months matt Fixed DeletionMixin?.delete_by_query to call searcher() method instead of …
(edit) @347 [347] 11 months matt Cleaned up code and docstrings for results sorting.
(edit) @346 [346] 11 months matt Bumped revision number.
(edit) @345 [345] 11 months matt Made IndexReader?.expand_prefix() concrete so MultiReader? can inherit it.
(edit) @344 [344] 11 months matt Minor fixups: removed unused with_statement import, fixed error in …
(edit) @343 [343] 12 months matt Added BreakAfter?, updated BreakBefore?.
(edit) @342 [342] 12 months matt Moved stream and tree filters into new filters package.
(edit) @341 [341] 12 months matt Added ATTR and GROUP events. Improved LineBreak? and StringEnd?. Added …
(edit) @340 [340] 12 months matt Removed Block matcher.
(edit) @339 [339] 12 months matt Added RegexApply? matcher. Added all attributes. Added tests. Moved …
(edit) @338 [338] 12 months matt Fixed LookAhead?() to call its matcher with a copy of the context. Fixes …
(edit) @337 [337] 12 months matt Removed BreakBuffer?, somehow broke test_matchdata/test_headingmixed.
(edit) @336 [336] 12 months matt Fixes to get XML and heading matchers working.
(edit) @335 [335] 12 months matt Checking in broken version of XML matcher.
(edit) @334 [334] 12 months matt Added unit tests.
(edit) @333 [333] 12 months matt Removed src directory.
(edit) @332 [332] 12 months matt Moved package out of src directory. Started reorganizing modules into …
(edit) @331 [331] 12 months matt Changed IntraWordFilter? to use array('u') instead of set(). set() was used …
(edit) @330 [330] 12 months matt Removed beta tag from version number.
(edit) @329 [329] 12 months matt Added IntraWordFilter? and MultiFilter? to whoosh.analyzer. Token.mode now …
(edit) @328 [328] 12 months matt Changed update_document to use more efficient delete_by_query. Added …
(edit) @327 [327] 12 months matt Adding Whoosh logo files to version control.
(edit) @326 [326] 12 months matt Branching for work on db-api backend.
(edit) @325 [325] 12 months matt Changed order of classes in source code.
(edit) @324 [324] 12 months matt Reorganized PostingReader/QueryScorer? so they inherit from a common base …
(edit) @323 [323] 12 months matt Fixed query.Require and query.AndMaybe?.
(edit) @322 [322] 12 months matt Removed docs reference to old API.
(edit) @321 [321] 12 months matt Added simple tests for Weighting classes. Commented out Searcher.del
(edit) @320 [320] 12 months matt Changed direct searcher.ixreader accesses to searcher.reader() calls.
(edit) @319 [319] 12 months matt Switched Weighting.score() back to a Searcher as the first parameter …
(edit) @318 [318] 12 months matt Fixed docstring.
(edit) @317 [317] 12 months matt Simplified code and removed "while True" in QueryScorer?.iter default …
Note: See TracRevisionLog for help on using the revision log.