我剛剛檢查了Terracotta EHCache,發現開源版本不支持緩存上的搜索查詢。我只是嘗試使用小應用程序,但它顯然是拋出異常,因爲它只支持企業版本。是否有任何開源替代品可用於搜索Ehcache?搜索API for ehcache
0
A
回答
0
搜索僅作爲具有非集羣緩存的操作系統產品的一部分受支持。 要使用Search with Terracotta集羣緩存,您確實需要產品的EE版本。
0
如果您使用EhCache獨立(無羣集)並且不使用BigMemory Terracotta功能,那麼您不需要Terracotta 並且搜索API將工作。也許你的班級幹道上有兵馬俑干擾......確保你沒有兵馬俑罐。同樣在你的ehcache.xml中,確保你沒有通過提供<terracotta>
xml標籤來啓用兵馬俑。
<cache name="MySearcheablePOJO" eternal="true">
<searchable>
<searchAttribute name="attr1" />
<searchAttribute name="attr2" />
<searchAttribute name="attr3" />
</searchable>
<!--<terracotta> NOTICE ITS COMMENTED -->
</cache>
關於與搜索緩存中的任何其他替代......或許你可以嘗試使用這是基於Lucene索引引擎Apache SOLR。否則沒有太多的選擇那裏...
相關問題
- 1. ehcache 3中沒有搜索API?
- 2. Google地圖API for addesses搜索
- 3. Python - Telethon搜索(Python for Telegram API)
- 4. Google搜索API for Android系統
- 5. 的Ehcache搜索和Lucene比較
- 6. Facebook4j API:搜索
- 7. 搜索Firebase for Child
- 8. Flickr API搜索?
- 9. 搜索API彈性搜索索引
- 10. 使用EhCache for session.createCriteria(...)。list()
- 11. Youtube API搜索
- 12. Twitter API搜索
- 13. Bing搜索API
- 14. Google+ api搜索
- 15. citeseerx搜索api
- 16. Facebook api搜索。
- 17. Youtube搜索API
- 18. 搜索Java API?
- 19. bing api搜索
- 20. OpenLDAP API搜索
- 21. Python Twitter搜索API
- 22. 可搜索的Ehcache索引 - 有哪些選項?
- 23. Ehcache存儲但不檢索(Ehcache +休眠)
- 24. Python - Google搜索API
- 25. Wunderground api搜索欄
- 26. python selenium for facebook搜索欄
- 27. 使用for循環搜索()。
- 28. 陣列搜索/ for循環
- 29. 搜索LinkedHashMap的for循環
- 30. SQL for oledbDataAdapter搜索功能