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

neo4jserver FulltextIndex not performing as expected on put_unique #134

Open
fphhotchips opened this issue May 21, 2014 · 0 comments
Open

Comments

@fphhotchips
Copy link

Traceback (most recent call last):
  File "indexer.py", line 392, in <module>
    add_to_fulltext(int(p.fulltext))
  File "indexer.py", line 303, in add_to_fulltext
    index.put_unique(node, key="title", value=node.title)
  File "/usr/local/lib/python2.7/dist-packages/bulbs/neo4jserver/index.py", line 313, in put_unique
    return self.update(_id, key, value, **pair)
  File "/usr/local/lib/python2.7/dist-packages/bulbs/neo4jserver/index.py", line 269, in update
    for result in self.get(key,value):
AttributeError: 'FulltextIndex' object has no attribute 'get'

I'll take a look at the code now and see if there's an easy patch that I can contribute; apologies if this is user error or if this has been posted before.

@fphhotchips fphhotchips changed the title neo4jserver FulltextIndex not performing as expected on put/get neo4jserver FulltextIndex not performing as expected on put/put_unique May 21, 2014
@fphhotchips fphhotchips changed the title neo4jserver FulltextIndex not performing as expected on put/put_unique neo4jserver FulltextIndex not performing as expected on put_unique May 21, 2014
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

1 participant