Open a-dot opened 3 years ago
@a-dot Can you please share the order of commands you are running? Have you loaded the coordinator from the beginning and loaded the docs into it? Or did you load them first and then ran the coordinator?
@a-dot Can you please share the order of commands you are running? Have you loaded the coordinator from the beginning and loaded the docs into it? Or did you load them first and then ran the coordinator?
@ashtul Hi,
I loaded the coordinator from a loadmodule
line in each of the nodes config file. Then I started all three nodes clean. So the coordinator should have been running prior to any commands issued and any documents inserted.
As to the order of the commands it's the order I posted them in
ft._list
ft.create ...
ft._list
ft.info ...
hset ...
ft.search ...
ft._list
ft.dropindex ...
ft._list
Thanks for the help!
Hi,
I launched a 3 shards redis oss cluster and loaded module-oss.so (v2.0.7) on all three. Connected to it and ran the "quick start" commands from RediSearch:
That's my first issue... It's giving me an error that the index already exists even though it's a brand new instance with no index yet as you can see.
Here's an index of the index if it helps in any way:
The second issue is when I try to add a document:
It returns a duplicate of the same document.
Another issue is when I try to delete the index:
Am I doing something wrong? Can you help me please?
Thanks!