This comment says it's possible by using:
I tried it myself, and here's a more detailed example: Have two cores
BRANDS: {1, Apple}, {2, Samsung}, {3, HTC}
PRODUCTS: {1, iPhone, 1}, {2, iPad, 1}, {3, Galaxy S3, 2}, {4, Galaxy Note, 2}, {5, One X, 3}
http://example.com:8999/solr/brands/select?q=*:*&fq={!join from=brand_id to=id fromIndex=products}name:iPad
This translates to something like:
Result will be: {id: "1", name:"Apple"}
|
이건 컬럼 조인 검색
댓글 없음:
댓글 쓰기