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.
Lucene を使用して、アプリケーションでユーザー リストのインデックスを作成しています。
ユーザーの検索結果を最近のアクティビティで並べ替えるにはどうすればよいですか? 例: Anna が Peter にメールを送信しました。そのため、アンナが「P」という文字で検索した場合、ピーターはピルやピオよりも高いランクである必要があります。
最近のアクティビティでインデックスを常に更新する必要があります (残念ながらドキュメントの削除と追加が必要です。Lucene にはドキュメントの「更新」アクションがありません)。