Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: A Google-like Full Text Search

    I tried to compile it with newest Irony.

    I managed to fix errors due to methods change on Irony, but Grammar doesn't work.

    With just these changes (new Irony, and changed...

  • RE: A Google-like Full Text Search

    You can add (and replace existing) following lines to support all unicode characters:

    string additionalTermCharacters = "";

    //Add international (unicode) characters

    for (int i = 192; i < 512;...

Viewing 2 posts - 1 through 2 (of 2 total)