Nested version search index problem
See original GitHub issue@maxiloc sorry to bother again, but as we are planning to merge multiple major versions of the docs under one domain (from vuejs.org
+v1.vuejs.org
to vuejs.org/v2
and vuejs.org/v1
), we realized that Algalia may end up including both versions under the same index, and the search results can be confusing.
Basically, our question is - is it possible to make one index only crawl pages under vuejs.org/v1
, while the other vuejs.org/v2
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (19 by maintainers)
Top Results From Across the Web
Problems with nested indexing - MATLAB Answers - MathWorks
I'm using a MATLAB algorithm to project and size the components of a vehicular suspension system. In the following lines, an error is...
Read more >ElasticSearch indexing with nested collections in document
I am running elastic 7.3.1 and with following index mapping i am successfully able to create index with nested types inside nested type....
Read more >ADR: Nested query search (#38) · Issues - GitLab
The nested type is a specialized version of the object data type that allows arrays of objects to be indexed in a way...
Read more >Unable to automatically index nested json as ... - Elastic Discuss
I am trying to index a nested json into elastic search using the bulk api. ... Issue is that upon trying to use...
Read more >Failed to create index for percolator with nested document
Failed to create index for percolator with nested document – How to solve this Elasticsearch error. Opster Team. March-22, Version: 1.7-8.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes we do have multi version capabilities. I updated the
vuejs
config to prepare for multiversion (https://github.com/algolia/docsearch-configs/commit/4b816ab9660c818ecb23bea97870cd0d58dcf52a)You just need to update the snippet
$VERSION being
v2
.When you’ll have v1 ready, we’ll add it to the config. And you can change the $VERSION to
v1
for the v1 part of the websiteDoes that makes sense ?
I believe this is all resolved now, so closing. 🙂