Changeset 2f5dc9c8dce95e8e8ac5d32256e9c9ff16052fc8
- Timestamp:
- 04/28/08 11:57:07 (8 months ago)
- Author:
- David Balmain <dbalmain@…>
- Parents:
- a2344576c2573c3b9a6fb40dfc614fd4cfe178f7
- Children:
- 7b606608302021d361c250f0cb83e6c92a50d294
- git-committer:
- David Balmain <dbalmain@gmail.com> / 2008-04-28T11:57:07Z+1000
- Message:
-
Added documentation to PhraseQuery
Actually just trying to get local-svn back in sync
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8f4fd0
|
r2f5dc9
|
|
| 8 | 8 | #define PhQ(query) ((PhraseQuery *)(query)) |
| 9 | 9 | |
| | 10 | /** |
| | 11 | * Use to sort the phrase positions into positional order. For phrase |
| | 12 | * positions matching at the same position (a very unusual case) we order by |
| | 13 | * first terms. The only real reason for the sorting by first terms is to get |
| | 14 | * consistant order of positions when testing. Functionally it makes no |
| | 15 | * difference. |
| | 16 | */ |
| 10 | 17 | static int phrase_pos_cmp(const void *p1, const void *p2) |
| 11 | 18 | { |