Reindex large collection without going offline

37 views
Skip to first unread message

Damon Janis

unread,
Mar 14, 2023, 10:07:11 PM3/14/23
to RavenDB - an awesome database
We have a collection with 8 million documents. One of the fields is full-text search but stopped working. Seems like a reindex would fix it.

This will take several hours, is there a way to reindex without taking the existing index offline?

Oren Eini (Ayende Rahien)

unread,
Mar 15, 2023, 3:45:36 AM3/15/23
to rav...@googlegroups.com
You can do side by side indexing.
But what is "stopped working" ? 

On Wed, Mar 15, 2023 at 4:07 AM Damon Janis <damon...@gmail.com> wrote:
We have a collection with 8 million documents. One of the fields is full-text search but stopped working. Seems like a reindex would fix it.

This will take several hours, is there a way to reindex without taking the existing index offline?

--
You received this message because you are subscribed to the Google Groups "RavenDB - an awesome database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/ff22032c-3bfe-48c9-9d9b-b32e1c4c3eb7n%40googlegroups.com.


--
Oren Eini
CEO   /   Hibernating Rhinos LTD
Skype:  ayenderahien
Support:  sup...@ravendb.net
  

Damon Janis

unread,
Mar 15, 2023, 7:42:25 AM3/15/23
to RavenDB - an awesome database
"stopped working" is where this RQL

from index "MlsProperties/AllQueryFields"
where search(Subdivision, "*clifton by the sea*", and)

isn't returning any matches where the Subdivision field is "clifton by the sea" and up until recently it was returning them.

Setting the search to "*clifton*" returns all matches where clifton is in the Subdivision.
Reply all
Reply to author
Forward
0 new messages