Though many of us will likely be happy to help, we'll need you to back up
and give us some detail. There are multiple ways to index data into solr.
Most of them are not part of solr, but separate tools, and custom tools and
code are very common solutions. Can you describe the detailed steps you
took that lead to the problem? As it stands your question is unanswerable
because we don't know *how* you are indexing the files.




On Tue, Mar 19, 2024 at 5:22 AM Hendrik Jilderda | ASERVO Software
<hjilde...@aservo.com.invalid> wrote:

> Hi,
>
> For my current project i am expected to build a search function for an
> archive with the help of Solr.
>
> a part of the structure of this archive is:
> /data/.../...
>    file/
>        some.file
>
> /html/../../
>    file (symlink to /data/.../.../file/)
>    index.html
>
> the search should index all the files within the html directory including
> the symlinked ones.
> To my understanding symlinks are not automatically followed, so i searched
> online and found a suggestion to add
> ```
> <str name="enable.symlinks">true</str>
> ```
>
> to the config tag within the solfconfig.xml file. I did so but did not
> manage to get the indexing of symlinks working.
>
> What is the best option to enable this symlink indexing?
>
> Kind regards,
> Hendrik
>


-- 
http://www.needhamsoftware.com (work)
https://a.co/d/b2sZLD9 (my fantasy fiction book)

Reply via email to