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

Can it go with the room? #3

Open
Quenstin opened this issue Jun 8, 2022 · 1 comment
Open

Can it go with the room? #3

Quenstin opened this issue Jun 8, 2022 · 1 comment

Comments

@Quenstin
Copy link

Quenstin commented Jun 8, 2022

Can it go with the room?

@adorokhine
Copy link

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.

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