Questions tagged [vespa]

Questions related to the open big data serving engine Vespa.

Use Stackoverflow for questions related to the open big data serving engine Vespa.

Info: http://vespa.ai

Documentation: http://docs.vespa.ai/

Github: https://github.com/vespa-engine

230 questions
-1
votes
1 answer

Get result lies between time intervals in vespa

I have some documents inserted in vespa. All the documents have a particular timestamp(Some has 1:00 PM, some has 1:15pm etc). If I query to vespa with current timestamp and timestamp after 15 minutes interval(let it be 12:55 PM(current time) and…
Mohammad Sunny
  • 371
  • 1
  • 3
  • 15
-1
votes
1 answer

Third Party API calling in Vespa

How to call third party API in Vespa?.Is it better to call third party API in Searcher? How will they configured? Is it mandatory to use Annonating processor and Data processor?
Mohammad Sunny
  • 371
  • 1
  • 3
  • 15
-1
votes
1 answer

Custom search in Vespa application

I have feeded 20 documents to my vespa application. I want that if I fire the query with search="first" then I should get top 10 documents and if I fire query with search="second" then I should get next 10 documents.How can I achieve this. Do I have…
Mohammad Sunny
  • 371
  • 1
  • 3
  • 15
-2
votes
1 answer

TimerTask is not working in Searcher in vespa

I want to send notifications after every 30 seconds. I have scheduled my task using TimerTask but it is not working. Why is it so? My Searcher is given below: @Override public Result search(Query query, Execution execution) { // pass it down…
Mohammad Sunny
  • 371
  • 1
  • 3
  • 15
-3
votes
2 answers

Java compatibility roadmap

Now that Java is on a shorter release cadence, is there a roadmap for supporting Vespa builds on Java 9, 10, etc?. I've also noticed that the Vespa build process hangs when using newer versions of Maven (3.5+).
weckstrom
  • 1
  • 2
1 2 3
15
16