summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-1522-27/+49
* Fix typo in comment.Tor Egge2016-08-121-1/+1
* Change formula for bucket spread to one that has a known upper bound whenTor Egge2016-08-122-2/+27
* Rename method for clarity (s/check/assert/).Tor Egge2016-08-101-4/+4
* Provide more information when failing to open dictionary for sequential write.Tor Egge2016-08-101-4/+15
* Must forward to end of file before writing.Henning Baldersheim2016-07-081-1/+6
* Use a properly aligned buffer and extend test to catch bad behaviour.Henning Baldersheim2016-07-081-3/+21
* Update with correct expected resultsHenning Baldersheim2016-07-081-3/+3
* Add test for directiopadding computations.Henning Baldersheim2016-07-081-0/+46
* Unify code, no sematic changes.Henning Baldersheim2016-07-082-87/+27
* Merge pull request #330 from yahoo/geirst/turn-off-blocking-behavior-when-usi...Henning Baldersheim2016-07-072-1/+11
|\
| * Turn off blocking behavior in executors when visibility delay > 0.Geir Storli2016-07-072-1/+11
* | Merge pull request #320 from yahoo/balder/minhits-per-thread-take2Geir Storli2016-07-077-3/+38
|\ \
| * | Update old class comment.Henning Baldersheim2016-07-071-1/+2
| * | Update class comment.Henning Baldersheim2016-07-071-1/+1
| * | In order to reduce overhead we look at the hit estimate before fanning out to...Henning Baldersheim2016-07-067-2/+36
| |/
* / Remove dead code and unify layoutHenning Baldersheim2016-07-071-69/+28
|/
* Need at least 128 values to make a bit vector.Henning Baldersheim2016-07-061-1/+1
* Fix misedit.Henning Baldersheim2016-07-061-1/+1
* Enable bitvectors too.Henning Baldersheim2016-07-061-16/+22
* tab -> spacesHenning Baldersheim2016-07-061-1/+1
* Enure that iteration works fine too.Henning Baldersheim2016-07-061-10/+21
* Unused template argument.Henning Baldersheim2016-07-061-2/+2
* Extend to test iterators too. Will likely fail...Henning Baldersheim2016-07-061-4/+32
* Test with and without bitvectors enabledHenning Baldersheim2016-07-061-0/+17
* Do not let large number turn negative and then become 1.Henning Baldersheim2016-07-061-5/+1
* Simplify and unify codeHenning Baldersheim2016-07-061-7/+6
* Counting does not count the distance between size and capacity.Henning Baldersheim2016-07-061-4/+1
* 0 -> nullptrHenning Baldersheim2016-07-051-1/+1
* - Add override.Henning Baldersheim2016-07-052-39/+28
* frequent use of dynamic cast must be avoided due to the cost.Henning Baldersheim2016-07-043-7/+9
* Merge pull request #242 from yahoo/havardpe/avoid-unbound-internal-thread-queuesTor Egge2016-06-302-5/+5
|\
| * use consistent casingHaavard2016-06-292-3/+3
| * use blocking executors with task limit for internal indexing threadsHaavard2016-06-282-5/+5
* | Sample array Index ahead of use/destruction.Henning Baldersheim2016-06-291-2/+3
* | Ensure that the lock is held all the time from allocating the id to inserting...Henning Baldersheim2016-06-292-14/+15
* | Merge pull request #238 from yahoo/balder/use-same-fieldid-space-for-both-ins...Tor Egge2016-06-283-4/+26
|\ \
| * | We must use the same fieldId space for both insert and remove.Henning Baldersheim2016-06-283-4/+26
* | | Ensure vespa-header-inspect is built before running test. (#235)Geir Storli2016-06-281-0/+2
* | | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-2812-4/+14
|/ /
* | Merge pull request #233 from yahoo/geirst/stabilize-searchlib-attribute-testHenning Baldersheim2016-06-283-138/+157
|\ \
| * | Rewrite test to handle cleanup of data files internally.Geir Storli2016-06-283-138/+157
* | | Merge pull request #230 from yahoo/arnej/avoid-port-clashHenning Baldersheim2016-06-282-26/+0
|\ \ \ | |/ / |/| |
| * | remove noop testArne Juul2016-06-282-26/+0
| * | do not use same port in two testsArne Juul2016-06-271-1/+1
* | | Merge pull request #229 from yahoo/arnej/split-attribute-testsArne H Juul2016-06-2812-24/+29
|\ \ \
| * | | relocated to subdir, update pathsArne Juul2016-06-271-3/+3
| * | | split attribute tests into directoriesArne Juul2016-06-2712-21/+26
* | | | Merge pull request #226 from yahoo/arnej/use-cmath-and-std-namespaceArne H Juul2016-06-2732-110/+119
|\ \ \ \ | | |/ / | |/| |
| * | | one more std::sqrtArne Juul2016-06-271-1/+1