In AN Web project, I'm getting a NotSupportedException, when using query with wildcard *, however wildcards were claimed to be supported. What can be the problem here?
you mean, you updated svn repository?
What is the exact query?
For best service when you require assistance:
Skype: arachnodedotnet
I type 'finl*nd' into search input. In debugger I see Query object with 2 clauses: 'absoluteuri:finl*nd host:finl*nd text:finl*nd title:finl*nd' and 'discoverytype:webpage'. This query object is passed to Lucene .Search method
Try now - fix checked in - SVN.
I see this after running svn update
the update from 2015. Am I doing anything wrong?
Try now.
Thanks, Mike!! working now.
U replace wildcard with empty string when getting summary that causes the summary to be empty, if wildcard is in the middle of the query. Is there a possibility to overcome this with the use of regex maybe?
Not sure - that would be an "under the hood" thing with lucene.net.
Get latest for the space change.
Now it's working, however summaries differs pretty much. Consider example:
Maybe you know, how to improve this? Or I can look deeper into it later
Any updates on summary stuff here?
The summaries come from Lucene.net, beyond the borders of AN.
I would expect the summaries to be different as the queries are different - beyond this, how exactly Lucene.net summarizes, I do not know.
This conveyed, I did look at updating Lucene.net to see if there is any improvements - 86 breaking changes to sort out. I'll be back... (will be a few days)
Let me know if you see an obvious solution.
Thanks,Mike
I took a look at the latest - no discernible difference.
Thanks.
that is true, but in second case summary is poorly represent comparing to first