Re: [xwiki-users] Problem with XWiki Syntax 2.1 and parameter (including images)

2016-12-13 Thread Marius Dumitru Florea
See http://jira.xwiki.org/browse/XWIKI-13245 .

On Mon, Dec 12, 2016 at 5:33 PM, Enste, Patrick 
wrote:

> Hey,
>
> I tried to google a solution but I did not found anything. Maybe somebody
> here can help me :-)
>
> I observed the following behaviour on my XWiki (v 7.1.1): Using the XWiki
> Syntax 2.1 for inserting images leads to a problem if I am using
> parameters. Let's say im using [[image:img.png||width="25px"]]. When I am
> saving the page the source code of the generated html is something like
>  alt="img.png">.
> After a refresh of the page the source code gets  src="/xwiki/bin/download/Space/img.png?width=25width=25"
> width="25px" alt="img.png">. After another refresh the source code gets
>  src="/xwiki/bin/download/Space/img.png?width=25width=25width=25"
> width="25px" alt="img.png">. And so on and so on .
>
> After a lot of refreshes the src path is too long for my server
> (restricted to 1024 chars) and the image is not shown anymore.
>
> When I edit the page and save it the path gets "normal" again.
>
> Am I using the syntax wrong or is it (I guess that is the problem) a XWiki
> problem? I guess the path resolving has a bug but maybe somebody can help
> me without updating the XWiki?
>
> Thanks in advance,
> Patrick
>
>


Re: [xwiki-users] markdown in xwiki8.4

2016-12-13 Thread Vincent Massol
Hi Stefan,

> On 13 Dec 2016, at 16:20, Stefan Helmerichs  wrote:
> 
> Hello,
> 
> since there is so far no official support for parsing and rendering
> markdown 1.1 in XWiki Enterprise 8.4

Where did you get that from, I’m curious? :)

See http://extensions.xwiki.org/xwiki/bin/view/Extension/Markdown+Syntaxes/

> , and so far we failed to plug in an
> older version of it into the 8.4 infrastructure, I'd like to know if
> there is any way to test if the parser is compatible with our markdown
> docs, and if it is likely that said parser and renderer will be
> available when 7.4 hits end of life (or maybe even earlier)

I tested this extension personally on XWiki 8.4.x back then and it was working 
fine when I did that. What problem do you have precisely?

Thanks
-Vincent

PS: Just retested on 8.4.2 and it worked perfectly well :)

[xwiki-users] markdown in xwiki8.4

2016-12-13 Thread Stefan Helmerichs
Hello,

since there is so far no official support for parsing and rendering
markdown 1.1 in XWiki Enterprise 8.4, and so far we failed to plug in an
older version of it into the 8.4 infrastructure, I'd like to know if
there is any way to test if the parser is compatible with our markdown
docs, and if it is likely that said parser and renderer will be
available when 7.4 hits end of life (or maybe even earlier)



Re: [xwiki-users] Problem with XWiki Syntax 2.1 and parameter (including images)

2016-12-13 Thread Thomas Mortagne
I guess it means this bug have been fixed since 7.1.1 but I don't have
any idea what it was and how to workaround it.

Ideally the best would be to upgrade.

On Tue, Dec 13, 2016 at 1:47 PM, Enste, Patrick  wrote:
> Unfortunately I cannot reproduce it on 7.4.5.
>
> Anything else I could do?
>
> Kind regards,
> Patrick
>



-- 
Thomas Mortagne


Re: [xwiki-users] Problem with XWiki Syntax 2.1 and parameter (including images)

2016-12-13 Thread Enste, Patrick
Unfortunately I cannot reproduce it on 7.4.5.

Anything else I could do?

Kind regards,
Patrick



Re: [xwiki-users] How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?

2016-12-13 Thread Thomas Mortagne
On Tue, Dec 13, 2016 at 1:11 PM, Thomas Mortagne
 wrote:
> I don't have much idea of what you could this.

s/what you could this/what could do this/

>
> You don't have any other error before this one ? Maybe try to enable a
> bit more log in Tomcat (see the log setup suggested in
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HSEVERE:ErrorlistenerStart).
>
> On Tue, Dec 13, 2016 at 12:21 PM, KirbY ZhoU  wrote:
>>
>>
>>
>> How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?
>>
>> I downloaded a .WAR version package of XWiki-8.4.2 under Centos-7.
>> And run it with Tomcat-7
>> The servlet always cannot be initialized:
>>
>> Package versions:
>>
>> tomcat-7.0.69-10.el7.noarch
>> java-1.8.0-openjdk-1.8.0.111-1.b15.el7_2.x86_64
>>
>> The error message is below:
>>
>> #] cat localhost.2016-12-13.log
>> Dec 13, 2016 6:59:06 PM org.apache.catalina.core.StandardWrapperValve invoke
>> SEVERE: Servlet.service() for servlet [action] in context with path [/xwiki] 
>> threw exception
>> javax.servlet.UnavailableException: Cannot initialize RequestProcessor of 
>> class com.xpn.xwiki.web.XWikiRequestProcessor: java.lang.NullPointerException
>> at 
>> org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:614)
>> at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1910)
>> at 
>> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>   at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:136)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>> at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>> at 
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
>> at 
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
>> at 
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
>> at 
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
>> at 
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>> at 
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
>> at 
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
>> at 
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
>> at 

Re: [xwiki-users] How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?

2016-12-13 Thread Thomas Mortagne
I don't have much idea of what you could this.

You don't have any other error before this one ? Maybe try to enable a
bit more log in Tomcat (see the log setup suggested in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HSEVERE:ErrorlistenerStart).

On Tue, Dec 13, 2016 at 12:21 PM, KirbY ZhoU  wrote:
>
>
>
> How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?
>
> I downloaded a .WAR version package of XWiki-8.4.2 under Centos-7.
> And run it with Tomcat-7
> The servlet always cannot be initialized:
>
> Package versions:
>
> tomcat-7.0.69-10.el7.noarch
> java-1.8.0-openjdk-1.8.0.111-1.b15.el7_2.x86_64
>
> The error message is below:
>
> #] cat localhost.2016-12-13.log
> Dec 13, 2016 6:59:06 PM org.apache.catalina.core.StandardWrapperValve invoke
> SEVERE: Servlet.service() for servlet [action] in context with path [/xwiki] 
> threw exception
> javax.servlet.UnavailableException: Cannot initialize RequestProcessor of 
> class com.xpn.xwiki.web.XWikiRequestProcessor: java.lang.NullPointerException
> at 
> org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:614)
> at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1910)
> at 
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:136)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
> at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
> at 
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
> at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
> at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
> at 
> 

Re: [xwiki-users] Problem with XWiki Syntax 2.1 and parameter (including images)

2016-12-13 Thread Enste, Patrick
Hey,

I reproduced the problem 2 times:

1.  I created a page with content: [[image:img.png||width="25px]] on our 
system.
2.  I started the linked jetty/hsqldb package and have the same issue when 
creating a page (and refresh it multiple times)

Maybe this is interesting: My browser is Google Chrome.

Kind regards,
Patrick



[xwiki-users] How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?

2016-12-13 Thread KirbY ZhoU



How to startup XWiki-8.4.2 with Centos-7 and Tomcat-7?

I downloaded a .WAR version package of XWiki-8.4.2 under Centos-7.
And run it with Tomcat-7
The servlet always cannot be initialized:

Package versions:

tomcat-7.0.69-10.el7.noarch
java-1.8.0-openjdk-1.8.0.111-1.b15.el7_2.x86_64

The error message is below:

#] cat localhost.2016-12-13.log
Dec 13, 2016 6:59:06 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [action] in context with path [/xwiki] 
threw exception
javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class 
com.xpn.xwiki.web.XWikiRequestProcessor: java.lang.NullPointerException
at 
org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:614)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1910)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:136)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)

Dec 13, 2016 6:59:06 PM org.apache.catalina.core.ApplicationContext log
INFO: Marking servlet action as unavailable
Dec 13, 2016 6:59:06 PM 

Re: [xwiki-users] Livetable and rights or filter issues

2016-12-13 Thread Eduard Moraru
Hi,

You can inspect the actual JSON result for any state of your LiveTable by
using the browser`s development tools, usually in the Network tab. Each
time you filter or load a LiveTable, a JSON request is performed and its
result can be inspected in the Network tab. You can check the JSON for
formatting errors, invalid states, rights issues or even if some exception
was received instead of a proper JSON result.

Also, is this a custom LiveTable, with a custom results page?

Hope this helps,
Eduard

On Fri, Dec 9, 2016 at 7:03 PM, walach84  wrote:

> Hello fellow Xwikiers,
>
> I need your help to solve a livetable issue for my business unit wiki.
>
> I have a Livetable displaying elements of a Class "Demandes", but only a
> part of them are not visible to some users without admin or programming
> rights.
>
> Only demands from 2015 are shown despite as soon as I create a new one, it
> is impossible to find it in the livetable. I checked the rights = no
> restrictions, I checked the livetable Velocity code = no filters anywhere.
>
> Is it possible that it is a trouble between database query and displaying
> in
> the livetable ? Some kind of trouble in JSON results ?
>
> Thank you for your help.
>
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.
> com/Livetable-and-rights-or-filter-issues-tp7602056.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>


Re: [xwiki-users] SOLR Search, using

2016-12-13 Thread Thomas Mortagne
This page explain how to customize what is located in
Main.SolrSearchConfig page without directly modifying it. If you look
at the content of Main.SolrSearchConfig page you will see there is
properties 'facetEnabled' and 'highlightEnabled'.

On Tue, Dec 13, 2016 at 9:21 AM, Gerritjan Koekkoek
 wrote:
> But that page does not tell me how to
>
> Set ShowFacet = true/false
>
> Set highlighting = On/Off
>
>
> I tried to remove all the 'facetFields':
>
> But that did not help
>
>
> Gerritjan Koekkoek
> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
> Visit our website
> Facebook
> email
>
>
>
> 
> From: users  on behalf of Thomas Mortagne 
> 
> Sent: 13 December 2016 09:03:01
> To: XWiki Users
> Subject: Re: [xwiki-users] SOLR Search, using
>
> On Tue, Dec 13, 2016 at 8:21 AM, Gerritjan Koekkoek
>  wrote:
>> What and how should I supply solr-config parameters to:
>>
>>
>> - Not generate the Facet, drill down feature (as there is a button in the 
>> UI!)
>>
>> - Enable/Disable highlighting (as there is a button in the UI!)
>
> Facet and highlighting can be enabled/disabled in the search page
> itself or more generally in the Main.SolrSearchConfig page. See
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchUIConfiguration
> for more about customizing the solr configuration.
>
>>
>>
>> - How can I specify the spaces (multiple) (Actually Nested pages as I'm on 
>> 8.xx) that should be excluded or Included in the search? Are there other 
>> paramaters that need to be supplied when using the spaces (nested Pages)
>>
>>
>> What is the place to add/remove HtML-classes to tune what the user will see; 
>> as the default displays a lot of metadata of the pages (Located in, Last 
>> modified, ...)
>>
>>
>> Gerritjan Koekkoek
>> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
>> Visit our website
>> Facebook
>> email
>>
>>
>>
>
>
>
> --
> Thomas Mortagne



-- 
Thomas Mortagne


Re: [xwiki-users] SOLR Search, using

2016-12-13 Thread Gerritjan Koekkoek
But that page does not tell me how to

Set ShowFacet = true/false

Set highlighting = On/Off


I tried to remove all the 'facetFields':

But that did not help


Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website
Facebook
email




From: users  on behalf of Thomas Mortagne 

Sent: 13 December 2016 09:03:01
To: XWiki Users
Subject: Re: [xwiki-users] SOLR Search, using

On Tue, Dec 13, 2016 at 8:21 AM, Gerritjan Koekkoek
 wrote:
> What and how should I supply solr-config parameters to:
>
>
> - Not generate the Facet, drill down feature (as there is a button in the UI!)
>
> - Enable/Disable highlighting (as there is a button in the UI!)

Facet and highlighting can be enabled/disabled in the search page
itself or more generally in the Main.SolrSearchConfig page. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchUIConfiguration
for more about customizing the solr configuration.

>
>
> - How can I specify the spaces (multiple) (Actually Nested pages as I'm on 
> 8.xx) that should be excluded or Included in the search? Are there other 
> paramaters that need to be supplied when using the spaces (nested Pages)
>
>
> What is the place to add/remove HtML-classes to tune what the user will see; 
> as the default displays a lot of metadata of the pages (Located in, Last 
> modified, ...)
>
>
> Gerritjan Koekkoek
> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
> Visit our website
> Facebook
> email
>
>
>



--
Thomas Mortagne


Re: [xwiki-users] SOLR Search, using

2016-12-13 Thread Thomas Mortagne
On Tue, Dec 13, 2016 at 8:21 AM, Gerritjan Koekkoek
 wrote:
> What and how should I supply solr-config parameters to:
>
>
> - Not generate the Facet, drill down feature (as there is a button in the UI!)
>
> - Enable/Disable highlighting (as there is a button in the UI!)

Facet and highlighting can be enabled/disabled in the search page
itself or more generally in the Main.SolrSearchConfig page. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchUIConfiguration
for more about customizing the solr configuration.

>
>
> - How can I specify the spaces (multiple) (Actually Nested pages as I'm on 
> 8.xx) that should be excluded or Included in the search? Are there other 
> paramaters that need to be supplied when using the spaces (nested Pages)
>
>
> What is the place to add/remove HtML-classes to tune what the user will see; 
> as the default displays a lot of metadata of the pages (Located in, Last 
> modified, ...)
>
>
> Gerritjan Koekkoek
> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
> Visit our website
> Facebook
> email
>
>
>



-- 
Thomas Mortagne