search for: opensearcher

Displaying 20 results from an estimated 33 matches for "opensearcher".

Did you mean: opensearch
2006 Jan 03
1
opensearch template
I've just noticed the Omega "opensearch" template seems to lack escaping for URLs in <link> tags: $httpheader{Content-Type,application/xml}<?xml version="1.0"?> <rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"> <channel> <title>Xapian search results</title>
2006 Apr 02
3
FeedTools syntax question
http://www.mozdex.com/open.jsp?query=webhosting&start=10 in the above feed, can anyone tell me how to access the openSearch:totalResults element using feed tools? I can access the other elements, but I''m unsure what special meaning the colon carries or how to work with such items in feedtools thanks in advance al
2023 Feb 17
2
Wsearch
Hi Noel, As we discussed on the list, I busy getting the bits and pieces in place to be able to test your windows search work. I am running all my stuff on Debian Bullseye, with Samba code in 3 lxc-containers. Two are for the DCs, one is the fileserver. Everything is managed by Ansible code, I try to avoid manual changes to my environment(s) as much as possible. Generally manual changes are
2017 Mar 21
2
GSoC 2017: Letor Click Data Mining
Hi Olly. Thanks for your reply to the previous email. To have an appropriate subject I've started this new thread for further discussions. > There's a $log{} command available in Omega templates. We can't log from > the result page template, as the clicks happen after that is used, but we > could make result links redirect via a second Omega template which does > the
2020 Apr 17
3
Status of Windows Search Protocol support in Samba?
I've been trying to Google this but have not found any definitive answers. Does Samba currently support Windows Search Protocol[1]? I did find these lecture slides from a few years ago (five years?) but they don't tell me about the current status: https://sambaxp.org/archive_data/SambaXP2015-SLIDES/wed/track1/sambaxp2015-wed-track1-Noel_Power-WindowSearchProtocolAndSamba.pdf (by Noel
2019 Jan 04
2
Solr - complete setup (update)
...n the Archlinux package), and do a "sudo -u solr solr create -c dovecot ". The config files are then in /opt/solr/server/solr/dovecot/conf and datafiles in /opt/solr/server/solr/dovecot/data -> In /opt/solr/server/solr/dovecot/conf/solrconfig.xml: * around line 313, change <openSearcher>false</openSearcher> to <openSearcher>true</openSearcher> * around line 147, set <writeLockTimeout>2000</writeLockTimeout> (or above) * around line 696 : uncomment <str name="df">hdr</str> * around line 1127, before <upd...
2017 Dec 01
1
Do we really need Solr commit as cronjob?
...figurations: In /etc/default/solr.in.sh: #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000" #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000" Also in solrconfig.xml: ??? <autoCommit> <maxTime>${solr.autoCommit.maxTime:15000}</maxTime> ????? <openSearcher>false</openSearcher> ??? </autoCommit> ?? <autoSoftCommit> <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime> ??? </autoSoftCommit> So my question is do I still need run cronjob for commit? Do I need uncomment these lines in the solr.in.sh? Does my so...
2019 Jan 04
1
Solr - complete setup
...n the Archlinux package), and do a "sudo -u solr solr create -c dovecot ". The config files are then in /opt/solr/server/solr/dovecot/conf and datafiles in /opt/solr/server/solr/dovecot/data -> In /opt/solr/server/solr/dovecot/conf/solrconfig.xml: * around line 313, change <openSearcher>false</openSearcher> to <openSearcher>true</openSearcher> * around line 147, set <writeLockTimeout>2000</writeLockTimeout> (or above) * around line 1127, before <updateProcessor class="solr.UUIDUpdateProcessorFactory" name="uuid"...
2019 Jan 14
5
Solr - complete setup (update)
...do a "sudo -u solr solr create -c dovecot ". The config files are then in /opt/solr/server/solr/dovecot/conf and datafiles in /opt/solr/server/solr/dovecot/data >> >> -> In /opt/solr/server/solr/dovecot/conf/solrconfig.xml: >> >> * around line 313, change <openSearcher>false</openSearcher> to <openSearcher>true</openSearcher> >> >> * around line 147, set <writeLockTimeout>2000</writeLockTimeout> (or above) >> >> * around line 696 : uncomment <str name="df">hdr</str> >> >&gt...
2023 Aug 10
2
Spotlight indexing with fscrawler for multiple shares
Hey Kees, fs2es-indexer is designed to be a lightweight alternative to FSCrawler. So no ... it doesnt do any content indexing or saves much of the metadata. As far as I understand it the OCR and other stuff makes FScrawler that big. And we dont need any of that - we just want to search for file names. BUT Im open for merge requests ;-) I currently getting away with a lot less complexity
2019 Jan 03
4
Solr
On 12/21/2018, 11:19:42 AM, Daniel Miller via dovecot <dovecot at dovecot.org> wrote: > There is a *huge* difference between a functional Solr setup & squat Interesting. Care to elaborate?
2023 Feb 17
1
Fwd: Wsearch
need to remember to mail from my samba.org address :-) -------- Forwarded Message -------- Subject: Re: [Samba] Wsearch Date: Fri, 17 Feb 2023 16:28:29 +0000 From: Noel Power <nopower at suse.de> To: Kees van Vloten <keesvanvloten at gmail.com>, npower via samba <samba at lists.samba.org> Hi Kees On 17/02/2023 10:56, Kees van Vloten via samba wrote: > Hi Noel, >
2007 Jan 04
0
Hpricot
Hi: Anyone had any luck with parsing Amazon Open Search XML using Hpricot?.. I am having touble with the following types (tags with : and /) of Open Search XML tags..i.e. <opensearch:totalresults>81</opensearch:totalresults> and <link />http://cnn.com <br /> abc, xyz etc.. I am getting the following error link: parse.rb:8: undefined method `innerHTML'' for
2019 Jan 05
0
Solr - complete setup (update)
...d do a "sudo -u solr solr create -c dovecot ". > The config files are then in /opt/solr/server/solr/dovecot/conf and > datafiles in /opt/solr/server/solr/dovecot/data > > -> In /opt/solr/server/solr/dovecot/conf/solrconfig.xml: > > ???? * around line 313, change <openSearcher>false</openSearcher> to > <openSearcher>true</openSearcher> > > ???? * around line 147, set <writeLockTimeout>2000</writeLockTimeout> > (or above) > > ???? * around line 696 : uncomment <str name="df">hdr</str> > > ???...
2019 Jan 14
0
Solr - complete setup (update)
...". >>> The config files are then in /opt/solr/server/solr/dovecot/conf and >>> datafiles in /opt/solr/server/solr/dovecot/data >>> >>> ->?In?/opt/solr/server/solr/dovecot/conf/solrconfig.xml: >>> >>> ???? * around line 313, change <openSearcher>false</openSearcher> to >>> <openSearcher>true</openSearcher> >>> >>> ???? * around line 147, set >>> <writeLockTimeout>2000</writeLockTimeout> (or above) >>> >>> ?????*?around?line?696?:?uncomment?<str?name...
2019 Jan 26
0
Solr - complete setup (update)
...nce for Debian installation: https://tecadmin.net/install-apache-solr-on-debian/ Accessed http://solr-host.tld:8983/solr/ to check whether all is OK. >>> >>> ->?In?/opt/solr/server/solr/dovecot/conf/solrconfig.xml: >>> >>> ???? * around line 313, change <openSearcher>false</openSearcher> to >>> <openSearcher>true</openSearcher> >>> >>> ???? * around line 147, set >>> <writeLockTimeout>2000</writeLockTimeout> (or above) >>> >>> ?????*?around?line?696?:?uncomment?<str?name...
2019 Apr 14
2
Solr connection timeout hardwired to 60s
sorry... I got distracted half way and forgot to put a meaningfull subject so the archive could figure out the thread. - resending. On 4/14/19 4:04 PM, dovecot-request at dovecot.org wrote: >> Solr ships with autoCommit set to 15 seconds and openSearcher set to >> false on the autoCommit.? The autoSoftCommit setting is not enabled by >> default, but depending on how the index was created, Solr might try to >> set autoSoftCommit to 3 seconds ... which is WAY too short. I just run with the default. 15s autoCommit and no autoSoftCom...
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2 [root at mail conf]# pwd /var/solr/data/dovecot/conf # Below solrconfig.xml is from Solr-8.0.0. [root at mail conf]# grep text_general solrconfig.xml <str name="queryAnalyzerFieldType">text_general</str> field types. Text content will be indexed as "text_general" as <str
2019 Apr 13
3
Solr connection timeout hardwired to 60s
...or softCommit (or waitSearcher either) and that should speed > things up. You'd need to configure solr with a long autoSoftCommit > maxTime and a reasonable autoCommit maxTime, which you could then > reconfigure when the load was done. Solr ships with autoCommit set to 15 seconds and openSearcher set to false on the autoCommit. The autoSoftCommit setting is not enabled by default, but depending on how the index was created, Solr might try to set autoSoftCommit to 3 seconds ... which is WAY too short. I will usually increase the autoCommit time to 60 seconds, just to reduce the amount...
2017 Mar 22
2
GSoC 2017: Letor Click Data Mining
Hi James, > Isn't this from the query template, ie from the main web page of search > results? (It might make sense from opensearch as well, though.) Yes, you are right; it is the query template. The reason I said opensearch template is that I haven't quite read all sections of the Omega docs and I'm still in the process. Thanks for pointing that out. I'm aiming to cover