View raw Solr tokens for a single field on a single document

前端 未结 2 623
没有蜡笔的小新
没有蜡笔的小新 2021-01-12 21:25

I\'m debugging my Solr schema and I\'d like to see the results of tokenizing a specific field.

For a simplified example, if I have:



        
相关标签:
2条回答
  • 2021-01-12 22:19

    Yes, Admin > Analysis is exactly what you want.

    But there's another great tool that allows you to read index and see how exactly a field or document was indexed.

    It's called Luke and it's invaluable when troubleshooting and tweaking your schema.

    0 讨论(0)
  • 2021-01-12 22:26

    yes, use the Analysis page in the Solr Admin section: here It has exactly that purpose

    0 讨论(0)
提交回复
热议问题