Search:

Type: Posts; User: patilsn_jay

Search: Search took 0.14 seconds.

  1. Re: Please help to search key and return value from text file using data structure in java

    Hi All,

    I found the solution for the same.

    I created own tree structure and store the keys in file as character by character.

    And now the searching is very fast as compare to other...
  2. Re: Please help to search key and return value from text file using data structure in java

    yes the search string can contains multiple tokens. And it's length can be of any size, so we have to split that search string and then search for the matching keys and return the url.

    I have...
  3. Re: Please help to search key and return value from text file using data structure in java

    the search string we are searching in map is not a key only. It could be a string of multiple lines with one or more keys.

    e. g. Search string :-
    "The Longest rivers in the world is Nile and...
  4. Re: Please help to search key and return value from text file using data structure in java

    ------------------------------------------------------------------------------------
    Thanks for reply..

    I checked with map searching is working fine. But because of some rule of searching I need...
  5. Please help to search key and return value from text file using data structure in java

    Hi all,

    I am having a file contains key and value pairs separated by space.

    I want to read that text file and store into a data structure in java so that, If i want to search a key in file...
  6. Re: Fastest way to read and search a string in a large file using core java

    The code I have written to read the file is as mentioned below :-

    Please suggest us the changes or any other better way so that we can improve the reading and search performance by less than 5...
  7. Re: Fastest way to read and search a string in a large file using core java

    The code I have written to read the file is as mentioned below :-

    Please suggest us the changes or any other better way so that we can improve the reading and search performance by less than 5...
  8. Fastest way to read and search a string in a large file using core java

    Hi All,

    I want to read a file and search string in file and returns it's related value.

    The file contains key and value pair and they are separated by space. Key is string and value is and URL...
  9. Fastest way to read and search a string in a large file using java

    Hi All,

    I want to read a file and search string in file and returns it's related value.

    The file contains key and value pair and they are separated by space. Key is string and value is and URL...
Results 1 to 9 of 10