Hi

Definitely you can do, what you have to do is
1.Feed Docs/PDF (solr support rich format file import) to solr
2.index it with corresponding analyzers (if its just string match, default
is adequate. if you want phonetic and partial matches you have to add more
analyzers)
3.Create a query (edismax or dismax) with you keyword and  apply on the
index
4.To try out you can use the default GUI which comes with the SOLR

Regards
Rimash

On Thu, 23 May 2019 at 11:14, luckydog xf <luckydo...@gmail.com> wrote:

> Hi, list,
>
>     A quick question, we have tons of Microsoft docx/PDFs files( some PDFs
> are scanned copies), and we want to populate into Apache solr and search a
> few keywords that contain in the files and  return filenames accordingly.
>
>    # it's the same thing as `grep -r KEYWORD /PATH/XXX` in Linux system.
>
>    Is it doable ?
>
>    Thanks,
>

Reply via email to