similar to: Requirement clarification

Displaying 20 results from an estimated 50000 matches similar to: "Requirement clarification"

2007 Jan 28
1
omega: $field{sample} clarification
I'm using omega for a sitesearch and currently having a problem trying to filter $field(sample). At the moment it returns text from the page header and navigation within the sample, ideally I'd like it to return only the page content. I've been trying various omegascript commands to trim the output or seperate the fields and also looking at scriptindex to control how the xhtml is
2020 Sep 21
0
help improving relevance of snippets displayed by Omega
Hi, Ha, I was reading this thread thinking TheyWorkForYou (which I help maintain) does highlight terms wherever they are, and then you mentioned it :) The code is open source; it is quite old and probably hair-raising, but as you say it does basically do what you want. Our Xapian database stores terms/boolean terms/values for the text, and for the document itself stores only an identifier. It
2020 Sep 21
1
help improving relevance of snippets displayed by Omega
Whoops, forgot to say, as Olly said, much of that could probably now be simplified with Xapian's snippet() function, which I can only assume did not exist back when all this was written! :) ATB, Matthew On Mon, 21 Sep 2020 at 09:28, Matthew Somerville <matthew at mysociety.org> wrote: > Hi, > > Ha, I was reading this thread thinking TheyWorkForYou (which I help > maintain)
2015 Jan 20
2
Question on "single writer, multiple reader"
On Sun, Jan 18, 2015 at 04:25:29PM +0000, James Aylett wrote: > That?s exactly how it?s supposed to work. ?Eventually? (once the > writer gets sufficiently far ahead of the reader), the reader will get > a DatabaseModifiedError and will have to re-open the database, but > until then it?s up to it when it does so. You may wish to do it every > N requests, or every K seconds, or only
2012 Mar 30
0
Xapian Project : Learn to rank
Hi Vijay, > I am Vijay Mahantesh SM from India. I am an open > source enthusiast and a big fan of computational mathematics and research. > I came across the idea list of mentioned in the link<http://trac.xapian.org/wiki/GSoCProjectIdeas> and > was fascinated to find projects of my passion. As per my understanding of > the project, this project requires a good
2011 Mar 10
1
phrase search highlighting
Hi Some of my users are very "conservative" as it seems :) The complained about "not finding anything useful", because the highlighted sample was wrongly colored when doing phrase search, e.g. "some word". So they refused to use web search at all and keep telephoning around. Not the found phrase was highlighted in one color, but all locations of these words within
2006 Jun 22
0
sortable list doesn''t work on production server
I have a sortable list in one of my views, using the sortable example from the recipes book. The sorting works great on my mac. When I throw it on the server for testing it doesn''t save the display order. I cracked open the log file and see that it''s not even returning the id''s like it should: Parameters: {"action"=>"sort",
2013 May 15
1
Match positions of a queryresult
Hello, I've just started learning Xapian and I'm facing the following problem. I've indexed many text files (using a TermGenerator from std::string), each document in my database is a single file on the disk. The search works pretty well and finds the files that match the query string, but I can't figure out how I can determine the location of the actual matched terms. I want to
2018 Aug 09
0
Boosted fields search in Python
On 9 Aug 2018, at 10:09, Katja Abramova <katja.abramova at dimension.it> wrote: > I need to do a search for a > multi-word query in which particular fields are boosted - preferably at > query time. That is, given a query like "the cat is lying on the mat" (with > an OR operator, ignoring word positions but with stemming and stop words > removed), I'd like to
2009 Nov 15
1
[Python workshop] Do you know people who might be interested? Build a search engine Tue Nov 17 6:30-9:30pm 23st&6ave
Dear Xapian community, Thank you to the developers and community for creating a supporting such a great search engine library! I wrote a tutorial on building a search engine using Xapian and Pylons (link below) and am featuring Xapian in a workshop this Tuesday, November 17 from 6:30-9:30pm on 23rd street and 6th avenue. Do you know people who might be interested? Please let them know! It will
2004 Aug 13
0
Clarification on a few concepts, for a FAQ I'm writing
Hi All, I am currently writing a FAQ that provides an overview of available options for authentication backends which can potentially be used with Samba. Initially I was looking into these issues for my own use, but I figure that if I document my findings then it may save others some headache :-) From the Official Samba-3 HOWTO: "Samba offers the greatest flexibility and choice of account
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer (http://wiki.oriontransfer.co.nz/main/show/SortableTree) I''ve got it working in a one dimensional list and I''ve got the drag and drop working on children, but as can''t get it to save the tree. Here''s my view: <h2>Menu Prototype 2</h2> <%= flash[:notice] %> <ul
2004 Oct 22
1
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/docs/
On Thu, Oct 21, 2004 at 05:45:42PM +0100, Olly Betts wrote: > Log message: > python/docs/bindings.html: Remove documentation explicitly saying > how we wrap Xapian::QueryParser and Xapian::Stem since we wrap them > exactly as we wrap everything else we don't mention! Also mention > simpleexpand example. The point of this comment was to highlight that they exist within the
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
Olly, Thanks again very much for helping me improve my understanding of Xapian and Omega. Thanks especially for pointing out that my idea of trying to generate a snippet from stemmed text lacking capitalization and punctuation would probably not produce a user-friendly result. But I'm still doubtful that expanding the sample size could be the right way to obtain excerpts from the document
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>
2009 Dec 17
4
Text snippets
Hello, Is there advancements in snippeting? (Besides what mentioned in the wiki.) I think extracting snippets is clearly IR task. And I hope Xapian will provide at least helpers to do that. I have set of documents up to 5M of extracted text and 1M in average (they are even bigger pdfs but I pre-extracted text into some sort of text cache, pdftotext is very slow). To parse ~1M documents on the fly
2020 Feb 13
1
YottaDB as a data store for Xapian
By way of introduction, I manage YottaDB (https://yottadb.com and https://gitlab.com/YottaDB). The core of YottaDB is a hierarchical key-value datastore (https://docs.yottadb.com/MultiLangProgGuide/cprogram.html and https://gitlab.com/YottaDB/DB/YDB). The code base is mature (in daily production use since 1986), and very performant, with strongly ACID transactions, and replication (to ensure
2013 Nov 27
2
Question about embedding Xapian index in one file
Hi, Xapian uses a directory as standard storage backend. Is that possible to pack everything in a file (a tar file for example), and to tell libxapian to open it (by telling him at which offset are the different stuff)? If this is not possible yet, would that be technically possible to implement such a feature? How complex would that be? Kind regards Emmanuel -- Kiwix - Wikipedia Offline &
2017 Apr 18
1
About search result excerpts with HTML tags showing
Hi, folks. New to Xapian. I just built a couple of indexes. Search results seem good but I can't figure out why the excerpts are showing HTML tags. These tags are not present in the original HTML documents. Is there a built-in way to either get rid of these tags or have them render as actual HTML tags? A couple of examples here, you'll see the STRONG tags wrapped around the search
2012 Nov 15
0
[LLVMdev] Mailing List archive navigation (was Re: svn mirror git?)
> Side note (perhaps for another email thread) fork'd > Side note (perhaps for another email thread): am I missing something, > or is the mailing list archive really that hard to link to the root of > a thread & navigate the /whole/ thread over all time? Every time I go > to the archive I find the fragment of a thread that occurred in a > given month & I can't