AW: JCIFS Connector File Size Attribute

2021-07-27 Thread Wolfinger Uwe
Thank you very much fort he hint, now it works as expected! Kind regards, Uwe -Ursprüngliche Nachricht- Von: Karl Wright Gesendet: Montag, 26. Juli 2021 18:28 An: dev Betreff: Re: JCIFS Connector File Size Attribute The parameter in the Solr connection UI is: "Original size

Re: JCIFS Connector File Size Attribute

2021-07-26 Thread Karl Wright
> "originalSize". > > King Regards, > Uwe > > > > > -Ursprüngliche Nachricht- > Von: Karl Wright > Gesendet: Freitag, 23. Juli 2021 20:34 > An: dev > Betreff: Re: JCIFS Connector File Size Attribute > > Hi, > The original size

AW: JCIFS Connector File Size Attribute

2021-07-26 Thread Wolfinger Uwe
etreff: Re: JCIFS Connector File Size Attribute Hi, The original size field is provided by the Repository Connector, and passed to the output connector. In this case, the code that sets the field is here: kawright@1USDKAWRIGHT:/mnt/c/wip/mcf/trunk$ grep -R "rd.setOriginalSize(originalLength

Re: JCIFS Connector File Size Attribute

2021-07-23 Thread Karl Wright
Hi, The original size field is provided by the Repository Connector, and passed to the output connector. In this case, the code that sets the field is here: kawright@1USDKAWRIGHT:/mnt/c/wip/mcf/trunk$ grep -R "rd.setOriginalSize(originalLength);" . --include "*.java"

JCIFS Connector File Size Attribute

2021-07-23 Thread Wolfinger Uwe
Hi, we are using the JCIFs shared drive connector to crawl windows shares. What we would like to have is, that the file size can be displayed in the search results, i.e. that an appropriate attribute is sent to solr. According to this issue: