Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获取索引文件中的所有动态字段名称。有没有办法使用 solr java api 做到这一点?
谢谢, 拉蒂
最后,我发现使用 solrj api,searcher.getReader().getFieldNames()会返回所有的索引字段。
searcher.getReader().getFieldNames()