본문 바로가기
728x90

전체 글562

알고리아 Sending And Managing Data(2-6) Preparing Your Data for Indexing(인덱싱을 위한 너의 데이터 준비하기) Before sending anything to Algolia, you need to think about where your data lives and what information you want to make searchable. For a retail outlet, it’s products. For a music store, it’s records and artists. For a real estate company, it’s houses and locations. The next question is what information you need to build a search experience. .. 2022. 2. 28.
알고리아 Sending And Managing Data(2-5) Creating Parent-Child Relationships If your source data has parent-child relationships between records and you want to maintain those relationships when you migrate to Algolia’s JSON format, this guide outlines the recommended indexing process. 원본 데이터가 레코드 간에 상위-하위 관계가 있고 Algolia의 JSON 형식으로 마이그레이션할 때 이러한 관계를 유지하려면 이 가이드에서 권장 인덱싱 프로세스를 설명합니다. Use parent-child relationships when you want to: Filte.. 2022. 2. 28.
알고리아 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.
728x90