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