본문 바로가기
728x90

개발/ALGOLIA66

알고리아 Sending And Managing Data(2-4) Handling Data Relationships When you want to index relational data into Algolia, deciding on how to structure it can be a head-scratcher. Algolia is schemaless, so there are no right or wrong answers: it’s all about what search experience you want to create. Imagine you’re developing a marketplace for third-parties to sell second-hand games. There are many ways you could build your search experi.. 2022. 2. 28.
알고리아 Sending And Managing Data(2-3) Creating and Using Nested Attributes(Nested Attributes 생성과 사용) What are nested attributes? 내포 속성은 뭘까? Nested attributes are a way of applying sub-categories to your attributes. For instance, instead of having a single searchable attribute price, you may set up some sub-categories: price.net, price.gross, price.margin (note the use of ‘dot notation’ here to separate the parent attribute from its .. 2022. 2. 28.
알고리아 Sending And Managing Data(2-2) Setting Searchable Attributes When you create an index, all attributes from all your records are searchable by default. Having all attributes searchable by default lets you perform searches right from the start without having to configure anything. Yet, if you want to make your search more relevant and remove the noise, you just want to set meaningful attributes as searchable. For example, if yo.. 2022. 2. 28.
알고리아 getting started(1-10) Get Started Using the Dashboard Replicas(복제본) On the Replicas page, you can create replica indices. 복제본 페이지에서 복제본 index들을 작성할 수 있습니다. Search API logs(API 로그 검색) On the Search API logs page, you can see the last 1,000 calls you’ve made to Algolia’s API. Using the tabs at the top of the page, you can view search requests, build requests, or failed requests separately. You can’t see logs older than.. 2022. 2. 28.
728x90