https://github.com/yahoojapan/solr-plugin-samples
https://github.com/yahoojapan/solr-plugin-samples
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yahoojapan/solr-plugin-samples
- Owner: yahoojapan
- License: mit
- Created: 2021-11-05T06:58:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T01:04:55.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:11:49.578Z (7 months ago)
- Language: Java
- Size: 429 KB
- Stars: 10
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
# solr_demo_plugin
## 概要
Solrプラグインのデモです。
ぜひ以下のチュートリアルをご覧ください。## [Solrプラグイン開発チュートリアル](./docs/index.md)
## LICENSE
Some code in this repository were derived and modified from [Apache Solr 7.3.1](https://github.com/apache/lucene-solr/tree/branch_7_3) under the [Apache License 2.0](https://github.com/apache/lucene-solr/blob/branch_7_3/solr/LICENSE.txt). Here is the list of correspondence between them:
| This Repository | Apache Solr 7.3.1 |
|--------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| jp.co.yahoo.solr.demo.DemoMergeStrategy#unmarshalSortValues | org.apache.solr.handler.component.QueryComponent#unmarshalSortValues |
| jp.co.yahoo.solr.demo.DemoMergeStrategy#populateNextCursorMarkFromMergedShards | org.apache.solr.handler.component.QueryComponent#populateNextCursorMarkFromMergedShards |
| jp.co.yahoo.solr.demo.DemoMergeStrategy#merge | org.apache.solr.handler.component.QueryComponent#mergeIds |
| jp.co.yahoo.solr.demo.DemoMergeStrategy$FakeScorer | org.apache.solr.handler.component.QueryComponent$FakeScorer |
| jp.co.yahoo.solr.demo.DemoMergeStrategy#handleMergeFields | org.apache.solr.handler.component.QueryComponent#doFieldSortValues |
| jp.co.yahoo.solr.demo.DemoRankQuery#getTopDocsCollector
jp.co.yahoo.solr.demo.Demo2RankQuery#getTopDocsCollector | org.apache.solr.search.SolrIndexSearcher#buildTopDocsCollector |This repository itself is published under the [MIT License](./LICENSE).