Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a txt file called search.txt, i am using the java scanner class to search this file.

but if for instance, i have a query such as search yellow and red, which will obviously search for yellow and red,if found in the same sentence how do i get it to score higher than if they found in different sentences.

I did not mean to wrote in cap locks, and i had no reason to shout.

share|improve this question
This question is incoherent. It makes absolutely no sense. – Travis Webb Nov 4 '11 at 23:33
1  
Have you actually read the Java API for the Scanner class? I think not... – Aaron Gage Nov 4 '11 at 23:35

closed as not a real question by Brian Roach, Don Roby, Eric J., Bo Persson, Graviton Nov 5 '11 at 5:55

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Try this link first. It will tell you how to use it and how to match multiple occurrences.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.