본문 바로가기
728x90

전체 글580

알고리아 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.
알고리아 Sending And Managing Data(2-1) Format and Structure Your Data(데이터 형식 지정 및 구조화) Sending data to Algolia(알고리아로 데이터 보내기) Before you can search your content with Algolia, you need to send your data to Algolia. Algolia doesn’t search in your original data source, but in the data you submit, which Algolia hosts on its servers. Here’s what the data workflow looks like: 알고리아로 당신의 컨텐츠를 검색하기 전에, 당신의 데이터를 알고리아로 보내야합니다. 알고리아는 당신의 origina.. 2022. 2. 28.
728x90