indextank-engine icon indicating copy to clipboard operation
indextank-engine copied to clipboard

Not able to add function

Open AbhayjeetSingh opened this issue 12 years ago • 4 comments

when i try and add a function with -: index.addFunction(1, "relevance");

    i get the indextank.apiclient.IndexDoesNotExistException
    and Error 404 Not Found HTTP ERROR: 404
    Problem accessing /v1/indexes/idx/functions/1.
    Reason:Not Found

AbhayjeetSingh avatar May 24 '12 13:05 AbhayjeetSingh

Hi,

Are you using the embedded rest api on index-engine, or an indextank-engine through indextank-service api?

dbuthay avatar May 24 '12 17:05 dbuthay

hi

I am using the Java: https://github.com/flaptor/indextank-java api-client . I have not yet configured index-tank service api. Do i need it if i am not looking for managing accounts or multiple accounts? Right now i have indextank engine running , and i interact with it using the java api -client, i am able to index documents and search also on them , but when i try and use addfunction option it gives an error.

AbhayjeetSingh avatar May 25 '12 06:05 AbhayjeetSingh

There's no implementation for function updates on the embedded API yet. I'll see to implementing it, but contributions are welcome :)

dbuthay avatar May 25 '12 18:05 dbuthay

thank you very much for the reply...

A few more doubts :- 1. is there any options for stemming the docs i.e if i search for run, running;runs etc also come in search 2. Is there any implementation for Page ranking algorithms ? 3. Can i distribute the index 4. Is there any limit on the maximum documents or maximum memory for one index

AbhayjeetSingh avatar May 25 '12 20:05 AbhayjeetSingh