Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged lucene.net

0 votes
377 views
1 answer
    As far as i know lucene(.net) doesn't support the wildcard at the beginning of a searchterm --> http:// ... random to me. thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
323 views
1 answer
    If I have a field x, that can contain a value of y, or z etc, is there a way I can query so that I ... return a list of: test1, test2, test4 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
291 views
1 answer
    At index time I am boosting certain document in this way: if (myCondition) { document.SetBoost(1.2f); } But ... a higher score? Many Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
443 views
1 answer
    When I use Luke to search my Lucene index using a standard analyzer, I can see the field I am searchng for ... why. Can anyone confirm this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
422 views
1 answer
    In Lucene, we can use TermQuery to search a text with a field. I am wondering how to search a keyword ... fields or all the searchable fields? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    What is the best way to handle synonyms (phrases) using Lucene? Especially, when I need to execute queries like ... etc. Please suggest. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
390 views
1 answer
    What are the various ways of optimizing Lucene performance? Shall I use caching API to store my lucene search ... of building the query again? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
317 views
1 answer
    Given a document with this text, indexed in a field named Content: The dish ran away with the spoon. The ... regular Lucene behaves the same. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    I have some documents stored in a Lucene index with a docId field. I want to get all docIds stored in the index. ... . Is it possible to do so? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...