summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* allow tensorFromLabels with collection type "single"Arne Juul2021-06-181-5/+9
* - NULL -> nullptrHenning Baldersheim2021-06-172-36/+20
* IndexSet -> IndexList and unify on 'using' directives.Henning Baldersheim2021-06-153-58/+54
* Use a list instead of a set to make building faster.Henning Baldersheim2021-06-146-38/+36
* added onnx model cacheHåvard Pettersen2021-06-112-7/+16
* Commit before populate.Henning Baldersheim2021-06-111-1/+1
* Expose bug reletate to initialization of most costly features K computation.Henning Baldersheim2021-06-114-18/+21
* More code unification, no sematic changes.Henning Baldersheim2021-06-102-31/+38
* Clean up code layout and GC unused members. No semtic changes.Henning Baldersheim2021-06-0920-181/+216
* Use even larger buffers for link arrays (and level arrays).Tor Egge2021-06-071-2/+2
* Update _bvs when compacting buffers containing bitvector entries.Tor Egge2021-06-071-1/+4
* Merge pull request #18134 from vespa-engine/toregge/use-larger-buffers-for-li...Henning Baldersheim2021-06-041-1/+1
|\
| * Use larger buffers for link arrays (and level arrays).Tor Egge2021-06-041-1/+1
* | Move roundUp2inN<T> to vespalib.Henning Baldersheim2021-06-041-6/+3
* | If there are hickups in the feed chain preventing normal commit rate, we need...Henning Baldersheim2021-06-042-8/+22
* | Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-0314-123/+101
|/
* Use 32M which is the same limit used in some other query related places.Henning Baldersheim2021-06-031-1/+1
* Unify on mmap limit at 16M for bitvectors. Should ideally be controlled with ...Henning Baldersheim2021-06-022-3/+7
* use explicit expression nameHåvard Pettersen2021-06-021-6/+4
* Only use tensor store memory usage when considering compaction.Tor Egge2021-06-014-5/+28
* Update searchlib/src/vespa/searchlib/tensor/dense_tensor_attribute.cpp Tor Egge2021-05-271-1/+1
* Use modulo instead of bitwise and.Tor Egge2021-05-271-1/+1
* Load of tensor attribute with nearest neighbor index enabled but noTor Egge2021-05-271-0/+3
* external ranking expressionsHåvard Pettersen2021-05-204-1/+30
* Revert "external ranking expressions"Harald Musum2021-05-204-30/+1
* Merge pull request #17885 from vespa-engine/havardpe/external-ranking-express...Håvard Pettersen2021-05-204-1/+30
|\
| * external ranking expressionsHåvard Pettersen2021-05-184-1/+30
* | Use make_uniqueHenning Baldersheim2021-05-181-1/+1
|/
* support functional constantsHåvard Pettersen2021-05-111-4/+23
* 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
* Remove assert that no longer is valid.Henning Baldersheim2021-04-301-6/+0
* 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
|/
* 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 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
* | Fix typo in comment.Henning Baldersheim2021-04-231-2/+2
* | Add testing of too short strings.Henning Baldersheim2021-04-231-0/+7
|/
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-222-4/+17
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-225-40/+92
* Drop incomplete dictionary snapshots.Tor Egge2021-04-211-2/+6