Status Update
Comments
da...@gmail.com <da...@gmail.com> #2
Project: r8
Branch: main
Author: Søren Gjesse <
Link:
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
Expand for full commit details
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
From 1.000.000.000 to 3.600.000.
The value was changed between the Baklava SDK revision 3 and revision 5.
Bug: b/401489623
Change-Id: I117585a1963c78f63be4e78663e5b8ce7dbc087b
Files:
- M
src/main/java/com/android/tools/r8/ir/desugar/BackportedMethodRewriter.java
- M
src/test/java/com/android/tools/r8/desugar/backports/AndroidOsBuildVersionCodesFullBackportTest.java
Hash: 28820ead67591243a497d93f06b4939f1bb6f898
Date: Fri Mar 07 14:06:11 2025
ku...@gmail.com <ku...@gmail.com> #3
Project: r8
Branch: 8.10
Author: Søren Gjesse <
Link:
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
Expand for full commit details
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
From 1.000.000.000 to 3.600.000.
The value was changed between the Baklava SDK revision 3 and revision 5.
Bug: b/401489623
Change-Id: I117585a1963c78f63be4e78663e5b8ce7dbc087b
Files:
- M
src/main/java/com/android/tools/r8/ir/desugar/BackportedMethodRewriter.java
- M
src/test/java/com/android/tools/r8/desugar/backports/AndroidOsBuildVersionCodesFullBackportTest.java
Hash: 91276bda394605b8d449c573abe7eefa4a48bc88
Date: Fri Mar 07 15:59:40 2025
mh...@gmail.com <mh...@gmail.com> #4
Project: r8
Branch: 8.10
Author: Søren Gjesse <
Link:
Version 8.10.14
Expand for full commit details
Version 8.10.14
Bug: b/401489623
Change-Id: I20612ce7bf580824cd2961e3db49a2e73430ba2b
Files:
- M
src/main/java/com/android/tools/r8/Version.java
Hash: c41c827ea5982bfb481b4d922b76e1a72db9a9d3
Date: Fri Mar 07 15:59:51 2025
ma...@gmail.com <ma...@gmail.com> #5
Project: r8
Branch: 8.9
Author: Søren Gjesse <
Link:
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
Expand for full commit details
Change the backported value of android.os.Build.VERSION_CODES_FULL.BAKLAVA
From 1.000.000.000 to 3.600.000.
The value was changed between the Baklava SDK revision 3 and revision 5.
Bug: b/401489623
Change-Id: I117585a1963c78f63be4e78663e5b8ce7dbc087b
Files:
- M
src/main/java/com/android/tools/r8/ir/desugar/BackportedMethodRewriter.java
- M
src/test/java/com/android/tools/r8/desugar/backports/AndroidOsBuildVersionCodesFullBackportTest.java
Hash: 42cef567f161d34a64e5565485d8f2a5802811eb
Date: Mon Mar 10 12:17:06 2025
ma...@gmail.com <ma...@gmail.com> #6
Project: r8
Branch: 8.9
Author: Søren Gjesse <
Link:
Version 8.9.31
Expand for full commit details
Version 8.9.31
Bug: b/401489623
Change-Id: I035de3b90302456c31226b75be916dcb0cfbf681
Files:
- M
src/main/java/com/android/tools/r8/Version.java
Hash: d480e951bd7bdda26d0f9eac1725403c271b9fb7
Date: Mon Mar 10 12:17:18 2025
wk...@gmail.com <wk...@gmail.com> #7
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Meerkat Feature Drop | 2024.3.2 Beta 1
- Android Gradle Plugin 8.10.0-beta01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
de...@gmail.com <de...@gmail.com> #8
The fixes for this issue are now also available in:
- Android Studio Meerkat | 2024.3.1 Patch 1
- Android Gradle Plugin 8.9.1
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
ro...@gmail.com <ro...@gmail.com> #9
Ddza
mh...@gmail.com <mh...@gmail.com> #10
co...@gmail.com <co...@gmail.com> #11
de...@gmail.com <de...@gmail.com> #12
ro...@gmail.com <ro...@gmail.com> #13
va...@gmail.com <va...@gmail.com> #14
am...@gmail.com <am...@gmail.com>
tr...@gmail.com <tr...@gmail.com> #15
bigger limit of indexed values. Currently, it is impossible to make more than a few hundred words pr
row/article/post searchable as searchable indexed keywords are included in the limit.
aj...@googlemail.com <aj...@googlemail.com> #16
resolution to this major weakness in GAE. Road map please. Thanks.
ti...@gmail.com <ti...@gmail.com> #17
go...@gmail.com <go...@gmail.com> #18
me...@gmail.com <me...@gmail.com> #19
ed...@gmail.com <ed...@gmail.com> #20
maybe for you also, so:
class Cancion(mysearch.SearchableModel):
nombre_con_espacios_t = db.StringProperty()
the class must have the "nombre_con_espacios_t" attribute, because this attribute
will be the only attribute to be taken in acount to search.
it works as follow:
Creation:
cancion = Cancion(nombre_con_espacios_t="colombia es linda")
cancion.put()
Modification:
cancion.put(update_searchable=True)
Note, the FULL_TEXT_MIN_LENGTH_IN helps me to break more the regex :P
ed...@gmail.com <ed...@gmail.com> #21
bo...@gmail.com <bo...@gmail.com> #22
ja...@gmail.com <ja...@gmail.com> #23
you are looking for more info
se...@gmail.com <se...@gmail.com> #24
se...@gmail.com <se...@gmail.com> #25
it:s also somewhere on the roadmap.
It's not on the one published at
for the October 2008 - March 2008 period
I would really like to use App Engine seriously but like many people the lack of
full-text search could be a show stopper.
I can't see any good work around that would not require a huge amount of work.
I really hope full-text search will get a higher priority soon.
pa...@gmail.com <pa...@gmail.com> #26
may be we should star the above issue. and once the google apis integrated directly
with app engine , we can just use google base for search. nice and dandy.
hu...@gmail.com <hu...@gmail.com> #27
Google - the mother of all search engines, developed a cloud which doesn't offer a
text search in its API.
;-))))
It should have been the first function in the api. Isn't it all about search at
Google???
ch...@gmail.com <ch...@gmail.com> #28
filters stop words, then put the resulting list into a table that maps word to to the indexed objects. It sounds like
it could be slow but in practice it's been working fine. Currently the search is multi-word AND but extending it
to support phrases wouldn't be a big deal.
ri...@gmail.com <ri...@gmail.com> #29
but if your site is public and google likes it - quota free full text search :)
ja...@gmail.com <ja...@gmail.com> #30
datastore to get the SQL functionality I am used to with commands like "LIKE
'xxx%yyy'". I hope we will have a solution for this issue soon... GAE is great!
bj...@gmail.com <bj...@gmail.com> #31
cr...@hotmail.com <cr...@hotmail.com> #32
ro...@gmail.com <ro...@gmail.com> #33
would be soooo helpful!
se...@gmail.com <se...@gmail.com> #34
ta...@gmail.com <ta...@gmail.com> #35
ya...@gmail.com <ya...@gmail.com> #36
pa...@gmail.com <pa...@gmail.com> #37
Wordle users.
sh...@gmail.com <sh...@gmail.com> #38
go...@gmail.com <go...@gmail.com> #39
tr...@gmail.com <tr...@gmail.com> #40
Can you please just follow normal procedure and star the item, so everybody at Google knows that this is an
issue many people care about (by counting stars), and I can stop getting your useless (no offense) comments in
my inbox? Thx.
go...@gmail.com <go...@gmail.com> #41
try to search for a wordle
i cant figure out how just go to the site figure out how to search for a wordle then
tell me please
go...@gmail.com <go...@gmail.com> #42
go...@gmail.com <go...@gmail.com> #43
gr...@gmail.com <gr...@gmail.com> #44
oa...@gmail.com <oa...@gmail.com> #45
he...@gmail.com <he...@gmail.com> #46
pg...@gmail.com <pg...@gmail.com> #47
have produced in order to trully validate their work. Please work on this.
cp...@163.com <cp...@163.com> #48
la...@gmail.com <la...@gmail.com> #49
[Deleted User] <[Deleted User]> #50
ti...@gmail.com <ti...@gmail.com> #51
ko...@gmail.com <ko...@gmail.com> #52
AppEngine doesn't proivde access to FS so we have no workaround here. IMO, it's must
have in order to be useful.
to...@gmail.com <to...@gmail.com> #53
us please!!
ed...@gmail.com <ed...@gmail.com> #54
ce...@gmail.com <ce...@gmail.com> #55
ja...@gmail.com <ja...@gmail.com> #56
dr...@gmail.com <dr...@gmail.com> #57
feature needed really. Now that Java has been added which adds numerous languages, I
think that searching is important because it is the next major performance hold up on
GAE and in most applications. Hoping this is in there soon! Keyword search is
actually one of the biggest walls on most projects. People might start using GAE just
to aggregate searching without a Google appliance.
Search is Google's killer feature, it could also be in the "cloud".
ar...@gmail.com <ar...@gmail.com> #58
in GAE/J as described here:
ki...@gmail.com <ki...@gmail.com> #59
users/clients in these countries are not able to access your GAE services with your
own domain name.
See
ar...@gmail.com <ar...@gmail.com> #61
im...@gmail.com <im...@gmail.com> #62
ar...@gmail.com <ar...@gmail.com> #63
ex...@gmail.com <ex...@gmail.com> #64
Searchable Model for quite sometime, and it fits to my basic needs, but i know a
search engine that has made the expectations of people really high, as soon as they
see a search box :-)
oz...@gmail.com <oz...@gmail.com> #65
couldnt be missing: "eh, it is google, so why waste time to check that full-text
search is there?". now it is time to place the search box on the page and I'm lost.
ps. the priority of this issue is just "medium" and roadmap doesnt include a solution
yet. beautiful..
zb...@gmail.com <zb...@gmail.com> #66
people that starred the issue with "me too" or "+1" comments doesn't get it done any
faster. I bet google already knows we want it. Thanks.
wk...@gmail.com <wk...@gmail.com> #67
we're the developers behind app-engine-patch
(
which provides a more powerful feature set than SearchableModel and should help make
the wait for Google's full-text search API less painful. The features are described
in this post:
If you're potentially interested in buying our search package (for a
one-time fee) please take part in this short survey, primarily to help
us find a fair price:
While there is not yet a demo site we hope that you can at least give
an approximate estimate. Thanks a lot!
Best regards,
Waldemar Kornewald
ga...@gmail.com <ga...@gmail.com> #68
on AppEngine. (it stores the index in the datastore)
You can download it from
It includes all of Whooshes features including:
# Pythonic API.
# Fielded indexing and search.
# Fast indexing and retrieval
# Pluggable scoring algorithm (including BM25F), text analysis, storage, posting
format, etc.
# Powerful query language parsed by pyparsing.
# Pure Python spell-checker
wk...@gmail.com <wk...@gmail.com> #69
any real-world data on how well it handles concurrent writes?
sa...@gmail.com <sa...@gmail.com> #70
that the index is stored in the Google Datastore. Does this mean that it should
scale as well as the GAE datastore does (~1 - 10 writes per second, etc).
ta...@gmail.com <ta...@gmail.com> #71
categories and searches are powered by it).
Adding a document requires 4 writes and 4 deletes to the datastore.
Its not threadsafe, I recommend you add entities on one thread and index them in a
single thread on a cron.
I've put memcache caching on the index so searching should be very quick.
The other limitation will be the size of the index, it uses the same index file
format that whoosh uses but just stores the files in the datastore, therefore the
whole index is stored in a 4 datastore entities, I believe there is a 10 Mb limit on
each one?
wk...@gmail.com <wk...@gmail.com> #72
more than 4 datastore entries?
Also, I quickly skimmed through the source and I haven't seen a command for splitting
the indexing task into many small tasks, so you don't hit the request limits. Is
there anything like that?
md...@gmail.com <md...@gmail.com> #73
In one of your posts you indirectly suggest that Google might someday be releasing a
full-text search API.
Based on the social evidence to date, though, I wouldn't be so sure about that.
Do you really believe that Google has intentions of extending GAE with full-text
search and if so, why?
wk...@gmail.com <wk...@gmail.com> #74
roadmap, but it's very complicated and thus won't be added too soon (don't expect it to
be released this year). I don't see why Google wouldn't want to add that feature.
Without full-text search App Engine is very limited. I'm sure that sooner or later
we'll get it. :)
md...@gmail.com <md...@gmail.com> #75
I sure hope that's the case but something is telling me that this full-text search
issue might be more about the law of unintended consequences than a good
old-fashioned technical challenge.
Could full-text search on AppEngine somehow threaten Google's search and advertising
franchise? If so, that would explain a lot.
Also, I was a little disheartened to hear you suggest full-text search might not be
available until 2010 at the earliest.
Seems very odd to me, especially given the Bay Area operates at warp-speed.
le...@gmail.com <le...@gmail.com> #76
le...@gmail.com <le...@gmail.com> #77
Unfortunately, full-text search isn't trivial. Further, Google generally does not announce features before they are
available. When pressed, Googlers tend to indicate how important they think a feature is, and then announce
that they "have nothing to announce."
Brett Slatkin, a developer on the App Engine team, indicated that they are well aware of how many developers
want full-text search. Watch
support for rudimentary full-text search via the google.appengine.ext.search module. See
ap...@gtempaccount.com <ap...@gtempaccount.com> #78
we'd like to announce the immediate availablility of our full-text search package
(based on the same principle as SearchableModel, but much more flexible and
feature-rich).
It's called gae-search:
See it in action by searching our documentation (which is indexed with gae-search).
We also have a few demos.
Note that gae-search requires app-engine-patch (Django).
Features:
* index only specific properties (instead of all string/text properties like in
SearchableModel)
* Porter stemmers (increase search quality)
* sort your results (at least a little bit) via chain-sorting
* make "DISTINCT" queries using a so-called "values index"
* auto-completion via a jQuery plugin
* key-based pagination (fully unit-tested implementation of Ryan Barrett's algorithm)
* easy to use views and templates (add search support in just a few lines)
Since it took a lot of effort to implement all features and make them easy to use we
can't give this away for free, though. We initially implemented it for our own
projects, but after so many people complained about the lack of full-text search we
though we could provide it to others - for a little compensation.
Bye,
Waldemar Kornewald & Thomas Wanschik (the creators of app-engine-patch)
to...@gmail.com <to...@gmail.com> #79
sh...@gmail.com <sh...@gmail.com> #80
wk...@gmail.com <wk...@gmail.com> #81
App Engine project on the Java side. Currently, we have no plans to port gae-search to
Java (well, unless there is really high demand which would justify all the work
involved).
sh...@gmail.com <sh...@gmail.com> #82
so I need to switch to GAE for Python.
Where is the demo for using SearchableModel to do full-text search available?
bi...@gmail.com <bi...@gmail.com> #83
believe it is better than SearchableModel. For more details, see:
sh...@gmail.com <sh...@gmail.com> #84
but is it possible to search within a specified document?
sh...@gmail.com <sh...@gmail.com> #85
By default we search a keyword against many documents.
But now I've restored 1M keywords in datastore and a specified document.
I want to find out which of 1M keywords match the specified document.
Is there an efficient solution?
bd...@gmail.com <bd...@gmail.com> #86
What you describe is not full-text search. You should ask for advice on the google
group; this bug is subscribed to by over a thousand people, and should only be used
for on-topic discussions.
sh...@gmail.com <sh...@gmail.com> #87
sorry for off-topic.
One more thing I want to know about full-text search is:
Is it possible to restrict the range of documents?
Say,sometimes I want to search about 'news',sometimes about 'job'?
It seems by default all entities are indexed together?
ap...@gtempaccount.com <ap...@gtempaccount.com> #88
we've released a new gae-search version (full-text search for App Engine + Django).
Now, there's a "Free" version which can be used in non-commercial projects. Get it here:
We've also implemented the relations index technique (index is moved into a separate
child entity), but you can optionally turn it off. It's important to note that you
can integrate your model's properties into the generated index such that you can run
a full-text search and limit the results with additional filter rules (e.g., search
only in published blog posts).
The relations and values indexes are now generated via background tasks, so put()s
are much faster.
Finally, you can combine geomodel with our easy to use views in order to do a
full-text proximity search, for example. Just use the new query_converter parameter
to pass the full-text query to geomodel.
Bye,
Waldemar Kornewald & Thomas Wanschik
sw...@gmail.com <sw...@gmail.com> #89
sh...@gmail.com <sh...@gmail.com> #90
lu...@gmail.com <lu...@gmail.com> #91
us, developers, and would give us a powerful tool to do much more than just full-text
search.
be...@gmail.com <be...@gmail.com> #92
based on the fact that AND joins are done if one filters on the same attribute more than one time like:
q = Doc.all().filter('term', 'cat').filter('term', 'dog)
this does work in first place without the need of an exploding index which (in practice cannot be built on
appgine if you have long lists of words or many docs). indexe entries would look like this.
- kind: Doc
properties:
- name: term
- name: term
there must be some internal limit on appengine that prevents joins with many intermediate results. so this
pattern is not applicable for real world applications.
up till now any fulltext implementation i have seen so far for appengine is based on this pattern, so don't use
it.
ma...@gmail.com <ma...@gmail.com> #93
This is a major undertaking and this will not happen soon, even by the most generous
definition of soon.
[Deleted User] <[Deleted User]> #94
ne...@gmail.com <ne...@gmail.com> #95
jd...@gmail.com <jd...@gmail.com> #96
tools required to implement something like a distributed Lucene index. Will it be based on Map Reduce? Good
new in any case!
[Deleted User] <[Deleted User]> #97
not happen soon" ... its 6 months, 1 year or 2+ years? There are many developers who
need this feature urgent, I've stopped most of my appeninge activity because I've
fight with too many limitations. But I'm very excited about the recent changes, just
miss a more detailed roadmap.
lu...@gmail.com <lu...@gmail.com> #98
kr...@gmail.com <kr...@gmail.com> #99
ba...@gmail.com <ba...@gmail.com> #100
sf...@gmail.com <sf...@gmail.com> #101
until the arrival of a real full text search solution and unlock many projects.
pr...@gmail.com <pr...@gmail.com> #102
destination..
cr...@gmail.com <cr...@gmail.com> #103
ca...@gmail.com <ca...@gmail.com> #104
Thanks,
i....@gmail.com <i....@gmail.com> #105
data. Will it support other languages other than English?
my...@gmail.com <my...@gmail.com> #106
vv...@gmail.com <vv...@gmail.com> #107
Full-text search based on similar sounding words...
ja...@gmail.com <ja...@gmail.com> #108
nj...@gmail.com <nj...@gmail.com> #109
My case:
I am building a website that has several searchable fields from
various entities (example Artist names from artist entity , Album
names from album entity). To have an efficient search capability I
have defined another Entity - SearchType which carries the Searchable
string and the Foreign key to the Entity. Instead of querying all the
Entities one my one - I query SearchType.
My preliminary tests indicate that the query performance on
SearchType is not great (the names are indexed) . I need google
suggest like quick results in a drop down. What is the best way to
design this.
I have considered Memcache , but I dont think I can run queries on
Memcache . i.e I am running a startsWith() query on JDO today.
Any best practices .
dd...@gmail.com <dd...@gmail.com> #110
da...@gtempaccount.com <da...@gtempaccount.com> #111
a shame...
mo...@gmail.com <mo...@gmail.com> #112
ev...@gmail.com <ev...@gmail.com> #113
ya...@gmail.com <ya...@gmail.com> #114
support and full text search query are biggest hindarance.
ph...@gmail.com <ph...@gmail.com> #115
Amazon. We tried using compas and it fails after we over only a few thousand entries. Unless we hear back soon,
we most likely will just abandon all and never look back at GAE again.
au...@gmail.com <au...@gmail.com> #116
fi...@gmail.com <fi...@gmail.com> #117
this is far more demanded by business then SQL.
tr...@gtempaccount.com <tr...@gtempaccount.com> #118
I guess the work around is to install Solr on some EC2 instance and have it suck data from DataStore...
al...@gmail.com <al...@gmail.com> #119
program a search, I find that it's very difficult... that it's not implemented.
I really want use App Engine... it's a wonderfull platform, but without fulltext
search I can't.
Please implement the fulltext search and will give to much people a great reason for
smile...
bo...@gmail.com <bo...@gmail.com> #120
pa...@gmail.com <pa...@gmail.com> #121
vi...@gmail.com <vi...@gmail.com> #122
cr...@gmail.com <cr...@gmail.com> #123
cr...@gmail.com <cr...@gmail.com> #124
ja...@gmx.de <ja...@gmx.de> #125
ni...@gmail.com <ni...@gmail.com> #126
az...@gmail.com <az...@gmail.com> #127
Guys, you'r the FTS nynjas of the web, come on ..
ma...@gmail.com <ma...@gmail.com> #128
kl...@gmail.com <kl...@gmail.com> #129
ma...@gmail.com <ma...@gmail.com> #130
hs...@gmail.com <hs...@gmail.com> #131
requesting support for Lucene/SOLR support (instead of a potentially proprietary implementation)
ma...@gmail.com <ma...@gmail.com> #132
je...@gmail.com <je...@gmail.com> #133
Although it might be throw away code once Google's solution is ready, it's been a fun challenge to work on this, and I would welcome input from others.
a....@gmail.com <a....@gmail.com> #134
wm...@gmail.com <wm...@gmail.com> #135
nj...@gmail.com <nj...@gmail.com> #136
al...@gmail.com <al...@gmail.com> #137
sv...@gmail.com <sv...@gmail.com> #138
co...@gmail.com <co...@gmail.com> #139
big need
ad...@gmail.com <ad...@gmail.com> #140
- very easy to install and configure
- very reliable i.e. near-zero maintenance
- inexpensive to host, e.g.
- has more features than Google's v1 solution is likely to have
reply if you want me to writeup instructions and post a link here.
pr...@gmail.com <pr...@gmail.com> #141
de...@gmail.com <de...@gmail.com> #142
fb...@gmail.com <fb...@gmail.com> #143
If you also added some regexp/glob-like search I'd be even happier.
Btw, if you need help on that, don't hesitate to ask. I like appengine and use it for some of my projects. I wouldn't mind helping out if that is what is needed.
ge...@gmail.com <ge...@gmail.com> #144
[Deleted User] <[Deleted User]> #145
go...@gmail.com <go...@gmail.com> #146
We'd definitely appreciate a write up of instructions and a link. Please do. =)
no...@gmail.com <no...@gmail.com> #147
fh...@gmail.com <fh...@gmail.com> #148
ec...@gmail.com <ec...@gmail.com> #149
dr...@gmail.com <dr...@gmail.com> #150
st...@gmail.com <st...@gmail.com> #152
ve...@gmail.com <ve...@gmail.com> #153
Is there an ETA when this would be resolved? If you can provide a rough estimate in terms of weeks/months, that would help us in planning for projects which need FTS.
Thanks
-Venu
ja...@gmail.com <ja...@gmail.com> #154
C'mon Google, we know you can do FTS :)
sb...@gmail.com <sb...@gmail.com> #155
do...@gmail.com <do...@gmail.com> #156
Full text search is pretty fundamental to most apps.
ve...@gmail.com <ve...@gmail.com> #157
ma...@gmail.com <ma...@gmail.com> #158
al...@gmail.com <al...@gmail.com> #159
yc...@gmail.com <yc...@gmail.com> #160
ma...@gmail.com <ma...@gmail.com> #161
ja...@gmail.com <ja...@gmail.com> #162
We are waiting **3 years** now for Full Text Search in Google AppEngine. That alone sounds incredibly to me. Now add to it that we don't see any signs of progress whatsoever. (When was it last time anyone from Google even mentioned this function anywhere, like on Google I/O?)
Wild guess: could it be that Google wants us to rather use/implement their site-search?
me...@gmail.com <me...@gmail.com> #163
me...@binaryblur.com <me...@binaryblur.com> #164
me...@gmail.com <me...@gmail.com> #165
do...@gmail.com <do...@gmail.com> #166
do...@gmail.com <do...@gmail.com> #167
you asked for some feedback at IO 2011. Not sure this is the best forum, but anyhow - here goes!
The slides mentioned a numeric search field. If I have a 3500 character length document and want to create roughly 3500 numeric tokens for that document, can I then execute a search using OR operators and numeric inputs?
For example:
Document with ID 798 has the following 3500 numeric tokens:
745678465,92892348,2904983,.......,4538748,4579843,548975
I want to search by specifying something like 3200 inputs:
34837434 OR 75647856 OR 56475864 OR ............ OR 4579843
And for the scoring to be based on number of positive matches. Is this feasible within the full text search performance boundaries. It is possible with the Datastore and ListProperties, but proved very costly in API usage.
Also do you intend to provided faceting of search results? For example can, I specify 20 results per date within a specified date range?
Cheers,
Donovan
ga...@gmail.com <ga...@gmail.com> #168
You asked for feedback, not sure if this is the correct place.
I just watched the Google IO talk on full text search and I'm really impressed - just what I need. Thanks very much, please release the core API ASAP and worry about the REST interface etc. later!
From what I saw, the API seems great but there might to be an issue with apps using namespaces. The presentation implied that search results would be returned for a kind from all namespaces. I think that people will want a bulletproof way of ensuring that indexes are created, and search results returned on a per-namespace basis. If you have a multi-tenancy app then you need to be assured that someone else's data won't be returned.
I may have misunderstood and this is already available.
Once again, thanks very much. Once this is available it will make my app much better and allow me to remove all the awful kludge code that I've put in to try solve the problem of searching.
nu...@gmail.com <nu...@gmail.com> #169
pu...@gmail.com <pu...@gmail.com> #170
ga...@lolay.com <ga...@lolay.com> #171
pu...@gmail.com <pu...@gmail.com> #172
fa...@gmail.com <fa...@gmail.com> #173
sa...@gmail.com <sa...@gmail.com> #174
sn...@gmail.com <sn...@gmail.com> #175
wl...@gmail.com <wl...@gmail.com> #176
sa...@gmail.com <sa...@gmail.com> #177
rv...@gmail.com <rv...@gmail.com> #178
Come on, don't do this google. If you don't release often then the chances of the whole project being killed are quite high.
pr...@google.com <pr...@google.com> #179
il...@gmail.com <il...@gmail.com> #180
kj...@gmail.com <kj...@gmail.com> #181
lp...@gmail.com <lp...@gmail.com> #182
pu...@gmail.com <pu...@gmail.com> #183
sa...@gmail.com <sa...@gmail.com> #184
sa...@gmail.com <sa...@gmail.com> #185
pu...@gmail.com <pu...@gmail.com> #186
ca...@gmail.com <ca...@gmail.com> #187
mm...@googlemail.com <mm...@googlemail.com> #188
PP PP HH HH PP PP
PPPPP HHHHHHHH PPPPP
PP HH HH PP
PP HH HH PP
It's necessary!
Please.
na...@gmail.com <na...@gmail.com> #189
[Deleted User] <[Deleted User]> #190
Everything seems to work fine (at least as expected after viewing the IO recordings)
ri...@gmail.com <ri...@gmail.com> #191
Any chance of adding this functionality to the JAVA dev server for testing? I know you can't give timelines -- but testing the functionality on our local dev servers would allow us to architect systems that can be deployed once it is ready.
Thanks,
- Chris
[Deleted User] <[Deleted User]> #192
mj...@gmail.com <mj...@gmail.com> #193
mj...@gmail.com <mj...@gmail.com> #194
ko...@gmail.com <ko...@gmail.com> #195
[Deleted User] <[Deleted User]> #196
[Deleted User] <[Deleted User]> #198
[Deleted User] <[Deleted User]> #199
zl...@gmail.com <zl...@gmail.com> #200
dl...@gmail.com <dl...@gmail.com> #201
Who is this Christina person? She sounds helpful, maybe we need to get in touch with her :)
sb...@gmail.com <sb...@gmail.com> #202
[Deleted User] <[Deleted User]> #203
we need full text search. like %% etc. this is an absolute must for any normal web application. please do something about it.
az...@gmail.com <az...@gmail.com> #204
nu...@gmail.com <nu...@gmail.com> #205
ca...@gmail.com <ca...@gmail.com> #206
ie...@google.com <ie...@google.com> #207
Python Overview -
Java Overview -
ve...@gmail.com <ve...@gmail.com> #208
ve...@gmail.com <ve...@gmail.com> #209
[Deleted User] <[Deleted User]> #210
zi...@gmail.com <zi...@gmail.com> #211
ma...@gmail.com <ma...@gmail.com> #212
Ever since Dr. John helped me, my partner is very stable, faithful and closer to me than before. I highly recommends Dr. John to anyone in need of help. Email: Drjohnsoco @ gmail com Or Whatsapp him on +1 706 871 4571
br...@gmail.com <br...@gmail.com> #213
Sent from my iPhone
Description
list:
appengine/browse_thread/thread/ba4a4a4ccefb96c5/0e3f0ab63c4c8afd?
lnk=gst&q=text+search#0e3f0ab63c4c8afd
I believe full-text search is fairly important feature for a lot of web applications. For god sake,
you're Google, how can you not? :-)