You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you clarify your question? If you're asking if AppSearch and Room databases can work together ---
AppSearch and Room are different databases. Room focuses on wrapping SQLite with improved APIs, whereas AppSearch ships a custom search implementation with a focus on full-text search and data sharing.
If you want to use the same Document object for both AppSearch and Room, you can do so. You should apply both AppSearch and Room annotations onto the same document. Note that you will have to separately index these documents into the two separate databases.
Can it go with the room?
The text was updated successfully, but these errors were encountered: