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.
Apache Lucene Core 4の実験を開始しましたが、質問は...テキストのインデックスを作成し、それが「context」という名前のフィールドに格納されていると仮定します。このフィールドのトークンのリストを取得することは可能ですか。正常にインデックス付けされましたか?IndexReaderとFieldを見ていますが、トークンを取得する方法がわかりません。
2つのオプションがあります。
I'm trying to convert a IList<IList<object>> to IList<object>, I mean to have a unique and one list where contains all the element (objec
IList<IList<object>>
IList<object>