summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Log as debugBjørn Christian Seime2021-05-071-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-0220-74/+27
* Allow more rounding errors for small (zero) distances.Tor Egge2021-05-011-4/+9
* Remove assert that no longer is valid.Henning Baldersheim2021-04-301-6/+0
* Merge pull request #17686 from vespa-engine/toregge/add-explicit-cast-to-charHenning Baldersheim2021-04-302-2/+2
|\
| * Add explicit casts to char, to avoid warning when char is unsigned.Tor Egge2021-04-302-2/+2
* | Merge pull request #17681 from vespa-engine/toregge/avoid-intel-asm-on-armHenning Baldersheim2021-04-302-56/+3
|\ \
| * | Just use the built-in functions.Tor Egge2021-04-302-62/+0
| * | Avoid intel asm when not using x86_64 platform.Tor Egge2021-04-301-3/+12
| |/
* / Avoid SSE built-in functions when CPU arch is not x86_64.Tor Egge2021-04-301-1/+38
|/
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-308-8/+8
* Reorder to handle both cased and uncased regex and prefix.Henning Baldersheim2021-04-271-3/+3
* Actually return the value.Henning Baldersheim2021-04-271-1/+1
* Double check unfolded if search is cased.Henning Baldersheim2021-04-271-12/+14
* Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
* - Add non-folded prefix.Henning Baldersheim2021-04-256-38/+43
* remove leftover protection that is harmful nowArne Juul2021-04-241-3/+0
* Add missing typename.Tor Egge2021-04-231-1/+1
* Merge pull request #17561 from vespa-engine/balder/have-children-insteda-of-b...Henning Baldersheim2021-04-233-131/+147
|\
| * Return true from AndNot when no children at all.Henning Baldersheim2021-04-231-3/+4
| * - Model as having children, as opposed to being children.Henning Baldersheim2021-04-233-131/+146
* | Merge pull request #17560 from vespa-engine/arnej/add-input-params-in-rank-pr...Arne H Juul2021-04-231-1/+1
|\ \
| * | fix typoArne Juul2021-04-231-1/+1
| |/
* | Fix typo in comment.Henning Baldersheim2021-04-231-2/+2
* | Add testing of too short strings.Henning Baldersheim2021-04-232-0/+13
|/
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-223-4/+35
* Merge pull request #17540 from vespa-engine/balder/implment-case-sensitive-se...Henning Baldersheim2021-04-226-40/+172
|\
| * Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-226-40/+172
* | Wire in tensor cell type resolving for concat in JavaLester Solbakken2021-04-221-2/+2
|/
* Drop incomplete dictionary snapshots.Tor Egge2021-04-212-19/+6
* Select Comparator based on match settings of dictionary.Henning Baldersheim2021-04-205-11/+14
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-2012-53/+69
* Merge pull request #17504 from vespa-engine/toregge/compact-posting-store-pass-4Henning Baldersheim2021-04-205-0/+43
|\
| * Wire in compaction of posting lists.Tor Egge2021-04-205-0/+43
* | Merge pull request #17498 from vespa-engine/arnej/allow-double-resultArne H Juul2021-04-202-5/+2
|\ \ | |/ |/|
| * use newest install vespajlibArne Juul2021-04-201-1/+1
| * do not require any specific Value subclassArne Juul2021-04-201-4/+1
* | Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-2015-172/+111
|\ \
| * | Align membersHenning Baldersheim2021-04-201-5/+5
| * | Make folding a runtime argument rather than a compiletime desicionHenning Baldersheim2021-04-206-119/+63
| * | Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-197-21/+28
| * | - Make all use of comparator const.Henning Baldersheim2021-04-198-41/+29
| |/
* / Add consider_compact methods to posting store.Tor Egge2021-04-207-11/+86
|/
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-193-26/+61
* Merge pull request #17473 from vespa-engine/toregge/add-compaction-of-posting...Henning Baldersheim2021-04-165-0/+312
|\
| * Add compaction of PostingStore.Tor Egge2021-04-165-0/+312
* | Fix max reduce of negative numbers in a tensorLester Solbakken2021-04-161-0/+1
|/
* Only the dead should be counted as dead.Henning Baldersheim2021-04-142-3/+9
* Merge pull request #17434 from vespa-engine/toregge/fix-format-stringHenning Baldersheim2021-04-141-1/+1
|\
| * Fix format string.Tor Egge2021-04-141-1/+1