Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to add function #38

Open
AbhayjeetSingh opened this issue May 24, 2012 · 4 comments
Open

Not able to add function #38

AbhayjeetSingh opened this issue May 24, 2012 · 4 comments

Comments

@AbhayjeetSingh
Copy link

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
@dbuthay
Copy link
Contributor

dbuthay commented May 24, 2012

Hi,

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

@AbhayjeetSingh
Copy link
Author

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.

@dbuthay
Copy link
Contributor

dbuthay commented May 25, 2012

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

@AbhayjeetSingh
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants