Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Lucene search api

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lucene search api

    My Lucene search right now if I have searched the word "book" then its working, 3 documents with the words "book" but when i have searched another word like "boo" then it s would,nt searching for the word "boo" so please give me the best solution of my problem.

    --- Update ---

    My Lucene search right now if I have searched the word "book" then its working, 3 documents with the words "book" but when i have searched another word like "boo" then it s would,nt searching for the word "boo" so please give me the best solution of my problem.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Lucene search api

    Quote Originally Posted by sandy20mzn@gmail.com View Post
    so please give me the best solution of my problem.
    Can't seem to see the your whole screen from my house, that plant is in the way.
    Move the plant or post the code

  3. The Following User Says Thank You to jps For This Useful Post:

    Kewish (September 19th, 2013)

  4. #3
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Lucene Search

    i am expecting to find "book" by searching for "boo" and book exist in my index. it searching only whole text like "book" but not searching only "boo".

  5. #4
    Member Kewish's Avatar
    Join Date
    Apr 2013
    Location
    Australia
    Posts
    116
    Thanks
    10
    Thanked 17 Times in 14 Posts

    Default Re: Lucene Search


  6. #5
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Lucene search api

    Please do not double post your statement.
    See this link about getting help
    and this link
    Of the almost unlimited number of ways to do this, which way have you chosen and what are you having problems with?

Similar Threads

  1. Replies: 2
    Last Post: February 6th, 2013, 10:48 AM
  2. Graph Search Theory with extend of BFS, UFS and A* Search in grid
    By keat84 in forum Java Theory & Questions
    Replies: 1
    Last Post: February 7th, 2012, 09:46 AM
  3. Lucene Index Writing on SSD Drive
    By jigna joshi in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 4th, 2011, 12:53 AM
  4. Replies: 1
    Last Post: May 20th, 2011, 03:58 AM

Tags for this Thread