PATRICK DALLA BERNARDINA
PATRICK DALLA BERNARDINA
oh, right. You said "start up process" and I didn't realize you were meaning it would monitor start till the end to clean all the temp folder. nice Em sáb.,...
> I think this will be possibly solved by #458 Well, not fully. The current implementation does reconize the item as an PDF document, even with no access to the...
The problem here is not about classification of the content, as it is unkown (is in the cloud). The problem is with the content generated by IPED Export routine, a...
I think it is worth. I don't use any range query when counting values. But surely it will have some performance improvement. And once it presents enough eficiency, it can...
Look at the Taxonomy section of this link: https://norconex.com/facets-with-lucene/ It seems we can implement something like this for dates instead of paths. And seems simples. I will test the performance...
no problem in let this feature to next release. Well, the string manipulation that is made is parsing these string formated dates. Maybe it is not so relevant in performance....
I think that we could implement the timeline graph that consults a diferent IMultiSearchResult object. This search result would have the same filters, but should be ordered by date, wouldn't...
I chose to implement Timeline in iped-viewers-impl project. But I needed to reuse the class DocValuesUtil that is implemented in iped-engine, which iped-viewers-impl does not depends. Or I do declare...
Sorry, but the chosen way didn't work as it created a circular dependency. We have to refactor this class DocValuesUtil.
Another easier option would be implement the timeline graph not in iped-viewers-impl, but in iped-app directly.