QueryResponses.cs, DumpIndex.cs, IQueryResult.cs, QueryExecutor.cs, QueryResult.cs...
commit0568c16ab17a1fc09a3a3c54a9dfde09f3ead2dd
authordbera <dbera>
Sun, 12 Nov 2006 19:20:46 +0000 (12 19:20 +0000)
committerdbera <dbera>
Sun, 12 Nov 2006 19:20:46 +0000 (12 19:20 +0000)
tree8fc22b6f44775c6ec730926ac401c826306763be
parent1a6ca0bc3994b4630884a0567afac03fb46a94a7
QueryResponses.cs, DumpIndex.cs, IQueryResult.cs, QueryExecutor.cs, QueryResult.cs, Query.cs :Add means to get the total number of lucene matches that were actually found. Might be useful to report.
TopScores.cs: Fix a crash if someone brain cracked like me would set MaxHits to 1.
LuceneQueryingDriver.cs: If short-circuit using InvertedTimeStamp didnt work out, start afresh. At least thats what the comment above the code said. Joe might have thought some better way to handle that case; your call, Joe.
Query.cs: Dont quote the query string. That breaks advanced query syntax. Instead require the user to explicitly escape the quotes. Peace.

Python and libbeagle bindings need to be fixed. Working on that. beagle-search should be working without any change.
BeagleClient/QueryResponses.cs
Util/TopScores.cs
beagled/DumpIndex.cs
beagled/IQueryResult.cs
beagled/LuceneQueryingDriver.cs
beagled/QueryExecutor.cs
beagled/QueryResult.cs
tools/Query.cs